Shades of Verdun Green #566008
Tints of Verdun Green #566008
RGB
CMYK
RGB Variations
Color information
#566008 (or 0x566008) is known color: Verdun Green. HEX triplet: 56, 60 and 08. RGB value is (86,96,8). Sum of RGB (Red+Green+Blue) = 86+96+8=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #566008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566008 is #A99FF7. Grayscale: #535353. Windows color (decimal): -11116536 or 548950. OLE color: 548950.
HSL color Cylindrical-coordinate representation of color #566008: hue angle of 66.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #566008 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 8 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.62 |
| HSL | 66.82º | 0.85% | 0.2% | - |
| HSV(B) | 66.82º | 0.92% | 0.38% | - |
| XYZ | 8.06 | 10.36 | 1.8 | - |
| YUV | 82.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 8 | 0.10 | 0 | 0.92 | 0.62 | 66.82 | 0.85 | 0.2 |
| Hex | 56 | 60 | 8 | A | 0 | 5C | 3E | 43 | 55 | 14 |
| Octal | 126 | 140 | 10 | 12 | 0 | 134 | 76 | 103 | 125 | 24 |
| Binary | 1010110 | 1100000 | 1000 | 1010 | 0 | 1011100 | 111110 | 1000011 | 1010101 | 10100 |
Color Harmonies of #566008
Complementary color
Monochromatic Colors of #566008
Black with #566008
Text Example
Text Example
White with #566008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566008; }
p { color: rgb(86,96,8); }
H1.HeaderClassName
{
color: #566008;
}
.AnyTagClassName
{
color: #566008;
}
</style>
background-color css
<style>
a { background-color: #566008; }
a { background-color: rgb(86,96,8); }
div.DivClassName
{
background-color: #566008;
}
.BgClassName
{
background-color: #566008;
}
</style>
border-color css
<style>
span { border-color: #566008; }
span { border-color: rgb(86,96,8); }
td.TdClassName
{
border-color: #566008;
}
.TagClassName
{
border-color: #566008;
}
</style>