#556012

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

Shades of Verdun Green #556012

Tints of Verdun Green #556012

Color information

#556012 (or 0x556012) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 12. RGB value is (85,96,18). Sum of RGB (Red+Green+Blue) = 85+96+18=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #556012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556012 is #AA9FED. Grayscale: #545454. Windows color (decimal): -11182062 or 1204309. OLE color: 1204309.

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

Color convert

RGB859618-
CMYK0.1100.810.62
HSL68.46º68.42%22.35%-
HSV(B)68.46º81.25%37.65%-
XYZ8.0410.342.14-
YUV83.8290.86128.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=42.71%
G=48.24%
B=9.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596180.1100.810.6268.4668.4222.35
Hex556012B0513E444416
Octal125140221301217610410426
Binary10101011100000100101011010100011111101000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556012; }

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

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

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

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

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

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

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

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