Shades of Verdun Green #56560E
Tints of Verdun Green #56560E
RGB
CMYK
RGB Variations
Color information
#56560E (or 0x56560E) is known color: Verdun Green. HEX triplet: 56, 56 and 0E. RGB value is (86,86,14). Sum of RGB (Red+Green+Blue) = 86+86+14=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56560E is #A9A9F1. Grayscale: #4E4E4E. Windows color (decimal): -11119090 or 939606. OLE color: 939606.
HSL color Cylindrical-coordinate representation of color #56560E: hue angle of 60º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56560E is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 14 | - |
| CMYK | 0 | 0 | 0.84 | 0.66 |
| HSL | 60º | 0.72% | 0.2% | - |
| HSV(B) | 60º | 0.84% | 0.34% | - |
| XYZ | 7.24 | 8.67 | 1.71 | - |
| YUV | 77.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 14 | 0 | 0 | 0.84 | 0.66 | 60 | 0.72 | 0.2 |
| Hex | 56 | 56 | E | 0 | 0 | 54 | 42 | 3C | 48 | 14 |
| Octal | 126 | 126 | 16 | 0 | 0 | 124 | 102 | 74 | 110 | 24 |
| Binary | 1010110 | 1010110 | 1110 | 0 | 0 | 1010100 | 1000010 | 111100 | 1001000 | 10100 |
Color Harmonies of #56560E
Complementary color
Monochromatic Colors of #56560E
Black with #56560E
Text Example
Text Example
White with #56560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56560E; }
p { color: rgb(86,86,14); }
H1.HeaderClassName
{
color: #56560E;
}
.AnyTagClassName
{
color: #56560E;
}
</style>
background-color css
<style>
a { background-color: #56560E; }
a { background-color: rgb(86,86,14); }
div.DivClassName
{
background-color: #56560E;
}
.BgClassName
{
background-color: #56560E;
}
</style>
border-color css
<style>
span { border-color: #56560E; }
span { border-color: rgb(86,86,14); }
td.TdClassName
{
border-color: #56560E;
}
.TagClassName
{
border-color: #56560E;
}
</style>