Shades of Verdun Green #565606
Tints of Verdun Green #565606
RGB
CMYK
RGB Variations
Color information
#565606 (or 0x565606) is known color: Verdun Green. HEX triplet: 56, 56 and 06. RGB value is (86,86,6). Sum of RGB (Red+Green+Blue) = 86+86+6=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565606 is #A9A9F9. Grayscale: #4D4D4D. Windows color (decimal): -11119098 or 415318. OLE color: 415318.
HSL color Cylindrical-coordinate representation of color #565606: hue angle of 60º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #565606 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 6 | - |
| CMYK | 0 | 0 | 0.93 | 0.66 |
| HSL | 60º | 0.87% | 0.18% | - |
| HSV(B) | 60º | 0.93% | 0.34% | - |
| XYZ | 7.2 | 8.65 | 1.46 | - |
| YUV | 76.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 6 | 0 | 0 | 0.93 | 0.66 | 60 | 0.87 | 0.18 |
| Hex | 56 | 56 | 6 | 0 | 0 | 5D | 42 | 3C | 57 | 12 |
| Octal | 126 | 126 | 6 | 0 | 0 | 135 | 102 | 74 | 127 | 22 |
| Binary | 1010110 | 1010110 | 110 | 0 | 0 | 1011101 | 1000010 | 111100 | 1010111 | 10010 |
Color Harmonies of #565606
Complementary color
Monochromatic Colors of #565606
Black with #565606
Text Example
Text Example
White with #565606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565606; }
p { color: rgb(86,86,6); }
H1.HeaderClassName
{
color: #565606;
}
.AnyTagClassName
{
color: #565606;
}
</style>
background-color css
<style>
a { background-color: #565606; }
a { background-color: rgb(86,86,6); }
div.DivClassName
{
background-color: #565606;
}
.BgClassName
{
background-color: #565606;
}
</style>
border-color css
<style>
span { border-color: #565606; }
span { border-color: rgb(86,86,6); }
td.TdClassName
{
border-color: #565606;
}
.TagClassName
{
border-color: #565606;
}
</style>