#556009

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

Shades of Verdun Green #556009

Tints of Verdun Green #556009

Color information

#556009 (or 0x556009) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 09. RGB value is (85,96,9). Sum of RGB (Red+Green+Blue) = 85+96+9=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #556009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556009 is #AA9FF6. Grayscale: #535353. Windows color (decimal): -11182071 or 614485. OLE color: 614485.

HSL color Cylindrical-coordinate representation of color #556009: hue angle of 67.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #556009 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB85969-
CMYK0.1100.910.62
HSL67.59º82.86%20.59%-
HSV(B)67.59º90.62%37.65%-
XYZ7.9810.321.83-
YUV82.7986.36129.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 9 (3.91% from 255) = 4.74%
R=44.74%
G=50.53%
B=4.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859690.1100.910.6267.5982.8620.59
Hex55609B05B3E445315
Octal125140111301337610412325
Binary1010101110000010011011010110111111101000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556009; }

 p { color: rgb(85,96,9); }

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

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

 a { background-color: rgb(85,96,9); }

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

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

 span { border-color: rgb(85,96,9); }

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