#555912

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

Shades of Verdun Green #555912

Tints of Verdun Green #555912

Color information

#555912 (or 0x555912) is unknown color: approx Verdun Green. HEX triplet: 55, 59 and 12. RGB value is (85,89,18). Sum of RGB (Red+Green+Blue) = 85+89+18=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #555912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555912 is #AAA6ED. Grayscale: #4F4F4F. Windows color (decimal): -11183854 or 1202517. OLE color: 1202517.

HSL color Cylindrical-coordinate representation of color #555912: hue angle of 63.38º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #555912 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB858918-
CMYK0.0400.800.65
HSL63.38º66.36%20.98%-
HSV(B)63.38º79.78%34.9%-
XYZ7.439.121.94-
YUV79.7193.17131.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=44.27%
G=46.35%
B=9.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589180.0400.800.6563.3866.3620.98
Hex5559124050413f4215
Octal12513122401201017710225
Binary1010101101100110010100010100001000001111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555912; }

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

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

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

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

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

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

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

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