Shades of Verdun Green #565001
Tints of Verdun Green #565001
RGB
CMYK
RGB Variations
Color information
#565001 (or 0x565001) is known color: Verdun Green. HEX triplet: 56, 50 and 01. RGB value is (86,80,1). Sum of RGB (Red+Green+Blue) = 86+80+1=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #565001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565001 is #A9AFFE. Grayscale: #494949. Windows color (decimal): -11120639 or 86102. OLE color: 86102.
HSL color Cylindrical-coordinate representation of color #565001: hue angle of 55.76º 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 #565001 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.66 |
| HSL | 55.76º | 0.98% | 0.17% | - |
| HSV(B) | 55.76º | 0.99% | 0.34% | - |
| XYZ | 6.71 | 7.72 | 1.16 | - |
| YUV | 72.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 1 | 0 | 0.07 | 0.99 | 0.66 | 55.76 | 0.98 | 0.17 |
| Hex | 56 | 50 | 1 | 0 | 7 | 63 | 42 | 38 | 62 | 11 |
| Octal | 126 | 120 | 1 | 0 | 7 | 143 | 102 | 70 | 142 | 21 |
| Binary | 1010110 | 1010000 | 1 | 0 | 111 | 1100011 | 1000010 | 111000 | 1100010 | 10001 |
Color Harmonies of #565001
Complementary color
Monochromatic Colors of #565001
Black with #565001
Text Example
Text Example
White with #565001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565001; }
p { color: rgb(86,80,1); }
H1.HeaderClassName
{
color: #565001;
}
.AnyTagClassName
{
color: #565001;
}
</style>
background-color css
<style>
a { background-color: #565001; }
a { background-color: rgb(86,80,1); }
div.DivClassName
{
background-color: #565001;
}
.BgClassName
{
background-color: #565001;
}
</style>
border-color css
<style>
span { border-color: #565001; }
span { border-color: rgb(86,80,1); }
td.TdClassName
{
border-color: #565001;
}
.TagClassName
{
border-color: #565001;
}
</style>