#556205

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

Shades of Verdun Green #556205

Tints of Verdun Green #556205

Color information

#556205 (or 0x556205) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 05. RGB value is (85,98,5). Sum of RGB (Red+Green+Blue) = 85+98+5=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #556205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556205 is #AA9DFA. Grayscale: #535353. Windows color (decimal): -11181563 or 352853. OLE color: 352853.

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

Color convert

RGB85985-
CMYK0.1300.950.62
HSL68.39º90.29%20.2%-
HSV(B)68.39º94.9%38.43%-
XYZ8.1410.681.78-
YUV83.5183.69129.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=45.21%
G=52.13%
B=2.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859850.1300.950.6268.3990.2920.2
Hex55625D05F3E445a14
Octal12514251501377610413224
Binary101010111000101011101010111111111101000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556205; }

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

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

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

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

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

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

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

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