#566208

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

Shades of Verdun Green #566208

Tints of Verdun Green #566208

Color information

#566208 (or 0x566208) is unknown color: approx Verdun Green. HEX triplet: 56, 62 and 08. RGB value is (86,98,8). Sum of RGB (Red+Green+Blue) = 86+98+8=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #566208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566208 is #A99DF7. Grayscale: #545454. Windows color (decimal): -11116024 or 549462. OLE color: 549462.

HSL color Cylindrical-coordinate representation of color #566208: hue angle of 68º 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 #566208 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB86988-
CMYK0.1200.920.62
HSL68º84.91%20.78%-
HSV(B)68º91.84%38.43%-
XYZ8.2510.731.87-
YUV84.1585.02129.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=44.79%
G=51.04%
B=4.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869880.1200.920.626884.9120.78
Hex56628C05C3E445515
Octal126142101401347610412525
Binary1010110110001010001100010111001111101000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566208; }

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

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

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

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

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

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

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

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