htmlcolors.php

Go to the documentation of this file.
00001 <?php
00002 //============================================================+
00003 // File name   : htmlcolors.php
00004 // Begin       : 2002-04-09
00005 // Last Update : 2009-09-06
00006 // Version     : 1.0.003
00007 // License     : GNU LGPL (http://www.gnu.org/copyleft/lesser.html)
00008 //  ----------------------------------------------------------------------------
00009 //  Copyright (C) 2002-2009  Nicola Asuni - Tecnick.com S.r.l.
00010 //  
00011 //  This program is free software: you can redistribute it and/or modify
00012 //  it under the terms of the GNU Lesser General Public License as published by
00013 //  the Free Software Foundation, either version 2.1 of the License, or
00014 //  (at your option) any later version.
00015 //  
00016 //  This program is distributed in the hope that it will be useful,
00017 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00018 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019 //  GNU Lesser General Public License for more details.
00020 //  
00021 //  You should have received a copy of the GNU Lesser General Public License
00022 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
00023 //  
00024 //  See LICENSE.TXT file for more information.
00025 //  ----------------------------------------------------------------------------
00026 //
00027 // Description : Array of WEB safe colors
00028 //
00029 // Author: Nicola Asuni
00030 //
00031 // (c) Copyright:
00032 //               Nicola Asuni
00033 //               Tecnick.com S.r.l.
00034 //               Via della Pace, 11
00035 //               09044 Quartucciu (CA)
00036 //               ITALY
00037 //               www.tecnick.com
00038 //               [email protected]
00039 //============================================================+
00040 
00053 global $webcolor;
00054 $webcolor = array (
00055 'aliceblue' => 'f0f8ff',
00056 'antiquewhite' => 'faebd7',
00057 'aqua' => '00ffff',
00058 'aquamarine' => '7fffd4',
00059 'azure' => 'f0ffff',
00060 'beige' => 'f5f5dc',
00061 'bisque' => 'ffe4c4',
00062 'black' => '000000',
00063 'blanchedalmond' => 'ffebcd',
00064 'blue' => '0000ff',
00065 'blueviolet' => '8a2be2',
00066 'brown' => 'a52a2a',
00067 'burlywood' => 'deb887',
00068 'cadetblue' => '5f9ea0',
00069 'chartreuse' => '7fff00',
00070 'chocolate' => 'd2691e',
00071 'coral' => 'ff7f50',
00072 'cornflowerblue' => '6495ed',
00073 'cornsilk' => 'fff8dc',
00074 'crimson' => 'dc143c',
00075 'cyan' => '00ffff',
00076 'darkblue' => '00008b',
00077 'darkcyan' => '008b8b',
00078 'darkgoldenrod' => 'b8860b',
00079 'dkgray' => 'a9a9a9',
00080 'darkgray' => 'a9a9a9',
00081 'darkgrey' => 'a9a9a9',
00082 'darkgreen' => '006400',
00083 'darkkhaki' => 'bdb76b',
00084 'darkmagenta' => '8b008b',
00085 'darkolivegreen' => '556b2f',
00086 'darkorange' => 'ff8c00',
00087 'darkorchid' => '9932cc',
00088 'darkred' => '8b0000',
00089 'darksalmon' => 'e9967a',
00090 'darkseagreen' => '8fbc8f',
00091 'darkslateblue' => '483d8b',
00092 'darkslategray' => '2f4f4f',
00093 'darkslategrey' => '2f4f4f',
00094 'darkturquoise' => '00ced1',
00095 'darkviolet' => '9400d3',
00096 'deeppink' => 'ff1493',
00097 'deepskyblue' => '00bfff',
00098 'dimgray' => '696969',
00099 'dimgrey' => '696969',
00100 'dodgerblue' => '1e90ff',
00101 'firebrick' => 'b22222',
00102 'floralwhite' => 'fffaf0',
00103 'forestgreen' => '228b22',
00104 'fuchsia' => 'ff00ff',
00105 'gainsboro' => 'dcdcdc',
00106 'ghostwhite' => 'f8f8ff',
00107 'gold' => 'ffd700',
00108 'goldenrod' => 'daa520',
00109 'gray' => '808080',
00110 'grey' => '808080',
00111 'green' => '008000',
00112 'greenyellow' => 'adff2f',
00113 'honeydew' => 'f0fff0',
00114 'hotpink' => 'ff69b4',
00115 'indianred ' => 'cd5c5c',
00116 'indigo ' => '4b0082',
00117 'ivory' => 'fffff0',
00118 'khaki' => 'f0e68c',
00119 'lavender' => 'e6e6fa',
00120 'lavenderblush' => 'fff0f5',
00121 'lawngreen' => '7cfc00',
00122 'lemonchiffon' => 'fffacd',
00123 'lightblue' => 'add8e6',
00124 'lightcoral' => 'f08080',
00125 'lightcyan' => 'e0ffff',
00126 'lightgoldenrodyellow' => 'fafad2',
00127 'ltgray' => 'd3d3d3',
00128 'lightgray' => 'd3d3d3',
00129 'lightgrey' => 'd3d3d3',
00130 'lightgreen' => '90ee90',
00131 'lightpink' => 'ffb6c1',
00132 'lightsalmon' => 'ffa07a',
00133 'lightseagreen' => '20b2aa',
00134 'lightskyblue' => '87cefa',
00135 'lightslategray' => '778899',
00136 'lightslategrey' => '778899',
00137 'lightsteelblue' => 'b0c4de',
00138 'lightyellow' => 'ffffe0',
00139 'lime' => '00ff00',
00140 'limegreen' => '32cd32',
00141 'linen' => 'faf0e6',
00142 'magenta' => 'ff00ff',
00143 'maroon' => '800000',
00144 'mediumaquamarine' => '66cdaa',
00145 'mediumblue' => '0000cd',
00146 'mediumorchid' => 'ba55d3',
00147 'mediumpurple' => '9370d8',
00148 'mediumseagreen' => '3cb371',
00149 'mediumslateblue' => '7b68ee',
00150 'mediumspringgreen' => '00fa9a',
00151 'mediumturquoise' => '48d1cc',
00152 'mediumvioletred' => 'c71585',
00153 'midnightblue' => '191970',
00154 'mintcream' => 'f5fffa',
00155 'mistyrose' => 'ffe4e1',
00156 'moccasin' => 'ffe4b5',
00157 'navajowhite' => 'ffdead',
00158 'navy' => '000080',
00159 'oldlace' => 'fdf5e6',
00160 'olive' => '808000',
00161 'olivedrab' => '6b8e23',
00162 'orange' => 'ffa500',
00163 'orangered' => 'ff4500',
00164 'orchid' => 'da70d6',
00165 'palegoldenrod' => 'eee8aa',
00166 'palegreen' => '98fb98',
00167 'paleturquoise' => 'afeeee',
00168 'palevioletred' => 'd87093',
00169 'papayawhip' => 'ffefd5',
00170 'peachpuff' => 'ffdab9',
00171 'peru' => 'cd853f',
00172 'pink' => 'ffc0cb',
00173 'plum' => 'dda0dd',
00174 'powderblue' => 'b0e0e6',
00175 'purple' => '800080',
00176 'red' => 'ff0000',
00177 'rosybrown' => 'bc8f8f',
00178 'royalblue' => '4169e1',
00179 'saddlebrown' => '8b4513',
00180 'salmon' => 'fa8072',
00181 'sandybrown' => 'f4a460',
00182 'seagreen' => '2e8b57',
00183 'seashell' => 'fff5ee',
00184 'sienna' => 'a0522d',
00185 'silver' => 'c0c0c0',
00186 'skyblue' => '87ceeb',
00187 'slateblue' => '6a5acd',
00188 'slategray' => '708090',
00189 'slategrey' => '708090',
00190 'snow' => 'fffafa',
00191 'springgreen' => '00ff7f',
00192 'steelblue' => '4682b4',
00193 'tan' => 'd2b48c',
00194 'teal' => '008080',
00195 'thistle' => 'd8bfd8',
00196 'tomato' => 'ff6347',
00197 'turquoise' => '40e0d0',
00198 'violet' => 'ee82ee',
00199 'wheat' => 'f5deb3',
00200 'white' => 'ffffff',
00201 'whitesmoke' => 'f5f5f5',
00202 'yellow' => 'ffff00',
00203 'yellowgreen' => '9acd32'
00204 );
00205 
00206 //============================================================+
00207 // END OF FILE                                                 
00208 //============================================================+
00209 ?>