#555E03

Color #555E03 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555E03

Tints of Verdun Green #555E03

Color information

#555E03 (or 0x555E03) is unknown color: approx Verdun Green. HEX triplet: 55, 5E and 03. RGB value is (85,94,3). Sum of RGB (Red+Green+Blue) = 85+94+3=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 94 (37.11% from 255 or 51.65% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 94 - color contains mainly: green. Hex color #555E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555E03 is #AAA1FC. Grayscale: #515151. Windows color (decimal): -11182589 or 220757. OLE color: 220757.

HSL color Cylindrical-coordinate representation of color #555E03: hue angle of 65.93º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #555E03 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB85943-
CMYK0.1000.970.63
HSL65.93º93.81%19.02%-
HSV(B)65.93º96.81%36.86%-
XYZ7.779.941.6-
YUV80.9384.02130.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 94 (37.11% from 255) = 51.65%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=46.70%
G=51.65%
B=1.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859430.1000.970.6365.9393.8119.02
Hex555E3A0613F425e13
Octal12513631201417710213623
Binary10101011011110111010011000011111111000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555E03; }

 p { color: rgb(85,94,3); }

 H1.HeaderClassName
 {
   color: #555E03;
 }
 .AnyTagClassName
 {
   color: #555E03;
 }
</style>
background-color css

<style>
 a { background-color: #555E03; }

 a { background-color: rgb(85,94,3); }

 div.DivClassName
 {
   background-color: #555E03;
 }
 .BgClassName
 {
   background-color: #555E03;
 }
</style>
border-color css

<style>
 span { border-color: #555E03; }

 span { border-color: rgb(85,94,3); }

 td.TdClassName
 {
   border-color: #555E03;
 }
 .TagClassName
 {
   border-color: #555E03;
 }
</style>