Shades of Verdun Green #565401
Tints of Verdun Green #565401
RGB
CMYK
RGB Variations
Color information
#565401 (or 0x565401) is known color: Verdun Green. HEX triplet: 56, 54 and 01. RGB value is (86,84,1). Sum of RGB (Red+Green+Blue) = 86+84+1=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #565401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565401 is #A9ABFE. Grayscale: #4B4B4B. Windows color (decimal): -11119615 or 87126. OLE color: 87126.
HSL color Cylindrical-coordinate representation of color #565401: hue angle of 58.59º 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 #565401 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.66 |
| HSL | 58.59º | 0.98% | 0.17% | - |
| HSV(B) | 58.59º | 0.99% | 0.34% | - |
| XYZ | 7.01 | 8.32 | 1.27 | - |
| YUV | 75.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 1 | 0 | 0.02 | 0.99 | 0.66 | 58.59 | 0.98 | 0.17 |
| Hex | 56 | 54 | 1 | 0 | 2 | 63 | 42 | 3B | 62 | 11 |
| Octal | 126 | 124 | 1 | 0 | 2 | 143 | 102 | 73 | 142 | 21 |
| Binary | 1010110 | 1010100 | 1 | 0 | 10 | 1100011 | 1000010 | 111011 | 1100010 | 10001 |
Color Harmonies of #565401
Complementary color
Monochromatic Colors of #565401
Black with #565401
Text Example
Text Example
White with #565401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565401; }
p { color: rgb(86,84,1); }
H1.HeaderClassName
{
color: #565401;
}
.AnyTagClassName
{
color: #565401;
}
</style>
background-color css
<style>
a { background-color: #565401; }
a { background-color: rgb(86,84,1); }
div.DivClassName
{
background-color: #565401;
}
.BgClassName
{
background-color: #565401;
}
</style>
border-color css
<style>
span { border-color: #565401; }
span { border-color: rgb(86,84,1); }
td.TdClassName
{
border-color: #565401;
}
.TagClassName
{
border-color: #565401;
}
</style>