#556208

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

Shades of Verdun Green #556208

Tints of Verdun Green #556208

Color information

#556208 (or 0x556208) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 08. RGB value is (85,98,8). Sum of RGB (Red+Green+Blue) = 85+98+8=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #556208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556208 is #AA9DF7. Grayscale: #545454. Windows color (decimal): -11181560 or 549461. OLE color: 549461.

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

Color convert

RGB85988-
CMYK0.1300.920.62
HSL68.67º84.91%20.78%-
HSV(B)68.67º91.84%38.43%-
XYZ8.1610.681.86-
YUV83.8585.19128.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=44.50%
G=51.31%
B=4.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859880.1300.920.6268.6784.9120.78
Hex55628D05C3E455515
Octal125142101501347610512525
Binary1010101110001010001101010111001111101000101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556208; }

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

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

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

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

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

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

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

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