#556212

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

Shades of Verdun Green #556212

Tints of Verdun Green #556212

Color information

#556212 (or 0x556212) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 12. RGB value is (85,98,18). Sum of RGB (Red+Green+Blue) = 85+98+18=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #556212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556212 is #AA9DED. Grayscale: #555555. Windows color (decimal): -11181550 or 1204821. OLE color: 1204821.

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

Color convert

RGB859818-
CMYK0.1300.820.62
HSL69.75º68.97%22.75%-
HSV(B)69.75º81.63%38.43%-
XYZ8.2210.712.21-
YUV84.9990.19128-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=42.29%
G=48.76%
B=8.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598180.1300.820.6269.7568.9722.75
Hex556212D0523E464517
Octal125142221501227610610527
Binary10101011100010100101101010100101111101000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556212; }

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

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

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

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

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

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

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

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