/* ********************************************************************* This source file is a part of the standard library of Scol For the latest info, see http://www.scolring.org Copyright (c) 2015 Stephane Bisaro aka Iri. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, or go to http://www.gnu.org/copyleft/lesser.txt ********************************************************************* */ /* Standardized basic colors from W3C CSS 3.0 Name hex value (1) integer values (3) in RGB space */ black 000000 0 0 0 sylver C0C0C0 192 192 192 gray 808080 128 128 128 white FFFFFF 255 255 255 maroon 800000 128 0 0 red FF0000 255 0 0 purple 800080 128 0 128 fuchsia FF00FF 255 0 255 green 008000 0 128 0 lime 00FF00 0 255 0 olive 808000 128 128 0 yellow FFFF00 255 255 0 navy 000080 0 0 128 blue 0000FF 0 0 255 teal 008080 0 128 128 aqua 00FFFF 0 255 255