Shades of Verdun Green #565406
Tints of Verdun Green #565406
RGB
CMYK
RGB Variations
Color information
#565406 (or 0x565406) is known color: Verdun Green. HEX triplet: 56, 54 and 06. RGB value is (86,84,6). Sum of RGB (Red+Green+Blue) = 86+84+6=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #565406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565406 is #A9ABF9. Grayscale: #4C4C4C. Windows color (decimal): -11119610 or 414806. OLE color: 414806.
HSL color Cylindrical-coordinate representation of color #565406: hue angle of 58.5º 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 #565406 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 6 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.66 |
| HSL | 58.5º | 0.87% | 0.18% | - |
| HSV(B) | 58.5º | 0.93% | 0.34% | - |
| XYZ | 7.04 | 8.33 | 1.41 | - |
| YUV | 75.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 6 | 0 | 0.02 | 0.93 | 0.66 | 58.5 | 0.87 | 0.18 |
| Hex | 56 | 54 | 6 | 0 | 2 | 5D | 42 | 3A | 57 | 12 |
| Octal | 126 | 124 | 6 | 0 | 2 | 135 | 102 | 72 | 127 | 22 |
| Binary | 1010110 | 1010100 | 110 | 0 | 10 | 1011101 | 1000010 | 111010 | 1010111 | 10010 |
Color Harmonies of #565406
Complementary color
Monochromatic Colors of #565406
Black with #565406
Text Example
Text Example
White with #565406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565406; }
p { color: rgb(86,84,6); }
H1.HeaderClassName
{
color: #565406;
}
.AnyTagClassName
{
color: #565406;
}
</style>
background-color css
<style>
a { background-color: #565406; }
a { background-color: rgb(86,84,6); }
div.DivClassName
{
background-color: #565406;
}
.BgClassName
{
background-color: #565406;
}
</style>
border-color css
<style>
span { border-color: #565406; }
span { border-color: rgb(86,84,6); }
td.TdClassName
{
border-color: #565406;
}
.TagClassName
{
border-color: #565406;
}
</style>