Shades of Verdun Green #565205
Tints of Verdun Green #565205
RGB
CMYK
RGB Variations
Color information
#565205 (or 0x565205) is known color: Verdun Green. HEX triplet: 56, 52 and 05. RGB value is (86,82,5). Sum of RGB (Red+Green+Blue) = 86+82+5=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #565205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565205 is #A9ADFA. Grayscale: #4A4A4A. Windows color (decimal): -11120123 or 348758. OLE color: 348758.
HSL color Cylindrical-coordinate representation of color #565205: hue angle of 57.04º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #565205 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 5 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.66 |
| HSL | 57.04º | 0.89% | 0.18% | - |
| HSV(B) | 57.04º | 0.94% | 0.34% | - |
| XYZ | 6.88 | 8.02 | 1.33 | - |
| YUV | 74.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 5 | 0 | 0.05 | 0.94 | 0.66 | 57.04 | 0.89 | 0.18 |
| Hex | 56 | 52 | 5 | 0 | 5 | 5E | 42 | 39 | 59 | 12 |
| Octal | 126 | 122 | 5 | 0 | 5 | 136 | 102 | 71 | 131 | 22 |
| Binary | 1010110 | 1010010 | 101 | 0 | 101 | 1011110 | 1000010 | 111001 | 1011001 | 10010 |
Color Harmonies of #565205
Complementary color
Monochromatic Colors of #565205
Black with #565205
Text Example
Text Example
White with #565205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565205; }
p { color: rgb(86,82,5); }
H1.HeaderClassName
{
color: #565205;
}
.AnyTagClassName
{
color: #565205;
}
</style>
background-color css
<style>
a { background-color: #565205; }
a { background-color: rgb(86,82,5); }
div.DivClassName
{
background-color: #565205;
}
.BgClassName
{
background-color: #565205;
}
</style>
border-color css
<style>
span { border-color: #565205; }
span { border-color: rgb(86,82,5); }
td.TdClassName
{
border-color: #565205;
}
.TagClassName
{
border-color: #565205;
}
</style>