Shades of Verdun Green #565506
Tints of Verdun Green #565506
RGB
CMYK
RGB Variations
Color information
#565506 (or 0x565506) is known color: Verdun Green. HEX triplet: 56, 55 and 06. RGB value is (86,85,6). Sum of RGB (Red+Green+Blue) = 86+85+6=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #565506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565506 is #A9AAF9. Grayscale: #4C4C4C. Windows color (decimal): -11119354 or 415062. OLE color: 415062.
HSL color Cylindrical-coordinate representation of color #565506: hue angle of 59.25º 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 #565506 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 6 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.66 |
| HSL | 59.25º | 0.87% | 0.18% | - |
| HSV(B) | 59.25º | 0.93% | 0.34% | - |
| XYZ | 7.12 | 8.49 | 1.44 | - |
| YUV | 76.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 6 | 0 | 0.01 | 0.93 | 0.66 | 59.25 | 0.87 | 0.18 |
| Hex | 56 | 55 | 6 | 0 | 1 | 5D | 42 | 3B | 57 | 12 |
| Octal | 126 | 125 | 6 | 0 | 1 | 135 | 102 | 73 | 127 | 22 |
| Binary | 1010110 | 1010101 | 110 | 0 | 1 | 1011101 | 1000010 | 111011 | 1010111 | 10010 |
Color Harmonies of #565506
Complementary color
Monochromatic Colors of #565506
Black with #565506
Text Example
Text Example
White with #565506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565506; }
p { color: rgb(86,85,6); }
H1.HeaderClassName
{
color: #565506;
}
.AnyTagClassName
{
color: #565506;
}
</style>
background-color css
<style>
a { background-color: #565506; }
a { background-color: rgb(86,85,6); }
div.DivClassName
{
background-color: #565506;
}
.BgClassName
{
background-color: #565506;
}
</style>
border-color css
<style>
span { border-color: #565506; }
span { border-color: rgb(86,85,6); }
td.TdClassName
{
border-color: #565506;
}
.TagClassName
{
border-color: #565506;
}
</style>