Shades of Verdun Green #565600
Tints of Verdun Green #565600
RGB
CMYK
RGB Variations
Color information
#565600 (or 0x565600) is known color: Verdun Green. HEX triplet: 56, 56 and 00. RGB value is (86,86,0). Sum of RGB (Red+Green+Blue) = 86+86+0=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565600 is #A9A9FF. Grayscale: #4C4C4C. Windows color (decimal): -11119104 or 22102. OLE color: 22102.
HSL color Cylindrical-coordinate representation of color #565600: hue angle of 60º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #565600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.66 |
| HSL | 60º | 1% | 0.17% | - |
| HSV(B) | 60º | 1% | 0.34% | - |
| XYZ | 7.17 | 8.63 | 1.29 | - |
| YUV | 76.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 0 | 0 | 0 | 1 | 0.66 | 60 | 1 | 0.17 |
| Hex | 56 | 56 | 0 | 0 | 0 | 64 | 42 | 3C | 64 | 11 |
| Octal | 126 | 126 | 0 | 0 | 0 | 144 | 102 | 74 | 144 | 21 |
| Binary | 1010110 | 1010110 | 0 | 0 | 0 | 1100100 | 1000010 | 111100 | 1100100 | 10001 |
Color Harmonies of #565600
Complementary color
Monochromatic Colors of #565600
Black with #565600
Text Example
Text Example
White with #565600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565600; }
p { color: rgb(86,86,0); }
H1.HeaderClassName
{
color: #565600;
}
.AnyTagClassName
{
color: #565600;
}
</style>
background-color css
<style>
a { background-color: #565600; }
a { background-color: rgb(86,86,0); }
div.DivClassName
{
background-color: #565600;
}
.BgClassName
{
background-color: #565600;
}
</style>
border-color css
<style>
span { border-color: #565600; }
span { border-color: rgb(86,86,0); }
td.TdClassName
{
border-color: #565600;
}
.TagClassName
{
border-color: #565600;
}
</style>