Shades of Verdun Green #565201
Tints of Verdun Green #565201
RGB
CMYK
RGB Variations
Color information
#565201 (or 0x565201) is known color: Verdun Green. HEX triplet: 56, 52 and 01. RGB value is (86,82,1). Sum of RGB (Red+Green+Blue) = 86+82+1=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #565201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565201 is #A9ADFE. Grayscale: #4A4A4A. Windows color (decimal): -11120127 or 86614. OLE color: 86614.
HSL color Cylindrical-coordinate representation of color #565201: hue angle of 57.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #565201 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.66 |
| HSL | 57.18º | 0.98% | 0.17% | - |
| HSV(B) | 57.18º | 0.99% | 0.34% | - |
| XYZ | 6.86 | 8.02 | 1.21 | - |
| YUV | 73.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 1 | 0 | 0.05 | 0.99 | 0.66 | 57.18 | 0.98 | 0.17 |
| Hex | 56 | 52 | 1 | 0 | 5 | 63 | 42 | 39 | 62 | 11 |
| Octal | 126 | 122 | 1 | 0 | 5 | 143 | 102 | 71 | 142 | 21 |
| Binary | 1010110 | 1010010 | 1 | 0 | 101 | 1100011 | 1000010 | 111001 | 1100010 | 10001 |
Color Harmonies of #565201
Complementary color
Monochromatic Colors of #565201
Black with #565201
Text Example
Text Example
White with #565201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565201; }
p { color: rgb(86,82,1); }
H1.HeaderClassName
{
color: #565201;
}
.AnyTagClassName
{
color: #565201;
}
</style>
background-color css
<style>
a { background-color: #565201; }
a { background-color: rgb(86,82,1); }
div.DivClassName
{
background-color: #565201;
}
.BgClassName
{
background-color: #565201;
}
</style>
border-color css
<style>
span { border-color: #565201; }
span { border-color: rgb(86,82,1); }
td.TdClassName
{
border-color: #565201;
}
.TagClassName
{
border-color: #565201;
}
</style>