#556016

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

Shades of Verdun Green #556016

Tints of Verdun Green #556016

Color information

#556016 (or 0x556016) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 16. RGB value is (85,96,22). Sum of RGB (Red+Green+Blue) = 85+96+22=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #556016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556016 is #AA9FE9. Grayscale: #545454. Windows color (decimal): -11182058 or 1466453. OLE color: 1466453.

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

Color convert

RGB859622-
CMYK0.1100.770.62
HSL68.92º62.71%23.14%-
HSV(B)68.92º77.08%37.65%-
XYZ8.0710.352.33-
YUV84.2892.86128.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=41.87%
G=47.29%
B=10.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596220.1100.770.6268.9262.7123.14
Hex556016B04D3E453f17
Octal12514026130115761057727
Binary1010101110000010110101101001101111110100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556016; }

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

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

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

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

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

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

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

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