#556109

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

Shades of Verdun Green #556109

Tints of Verdun Green #556109

Color information

#556109 (or 0x556109) is unknown color: approx Verdun Green. HEX triplet: 55, 61 and 09. RGB value is (85,97,9). Sum of RGB (Red+Green+Blue) = 85+97+9=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #556109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556109 is #AA9EF6. Grayscale: #535353. Windows color (decimal): -11181815 or 614741. OLE color: 614741.

HSL color Cylindrical-coordinate representation of color #556109: hue angle of 68.18º 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 #556109 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB85979-
CMYK0.1200.910.62
HSL68.18º83.02%20.78%-
HSV(B)68.18º90.72%38.04%-
XYZ8.0710.51.86-
YUV83.3886.02129.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 9 (3.91% from 255) = 4.71%
R=44.50%
G=50.79%
B=4.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859790.1200.910.6268.1883.0220.78
Hex55619C05B3E445315
Octal125141111401337610412325
Binary1010101110000110011100010110111111101000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556109; }

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

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

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

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

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

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

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

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