#556604

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

Shades of Verdun Green #556604

Tints of Verdun Green #556604

Color information

#556604 (or 0x556604) is unknown color: approx Verdun Green. HEX triplet: 55, 66 and 04. RGB value is (85,102,4). Sum of RGB (Red+Green+Blue) = 85+102+4=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #556604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556604 is #AA99FB. Grayscale: #565656. Windows color (decimal): -11180540 or 288341. OLE color: 288341.

HSL color Cylindrical-coordinate representation of color #556604: hue angle of 70.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #556604 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB851024-
CMYK0.1700.960.6
HSL70.41º92.45%20.78%-
HSV(B)70.41º96.08%40%-
XYZ8.5211.441.87-
YUV85.7481.87127.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=44.50%
G=53.40%
B=2.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8510240.1700.960.670.4192.4520.78
Hex55664110603C465c15
Octal12514642101407410613425
Binary1010101110011010010001011000001111001000110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556604; }

 p { color: rgb(85,102,4); }

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

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

 a { background-color: rgb(85,102,4); }

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

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

 span { border-color: rgb(85,102,4); }

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