Shades of Verdun Green #565C05
Tints of Verdun Green #565C05
RGB
CMYK
RGB Variations
Color information
#565C05 (or 0x565C05) is known color: Verdun Green. HEX triplet: 56, 5C and 05. RGB value is (86,92,5). Sum of RGB (Red+Green+Blue) = 86+92+5=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #565C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565C05 is #A9A3FA. Grayscale: #505050. Windows color (decimal): -11117563 or 351318. OLE color: 351318.
HSL color Cylindrical-coordinate representation of color #565C05: hue angle of 64.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #565C05 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 92 | 5 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.64 |
| HSL | 64.14º | 0.9% | 0.19% | - |
| HSV(B) | 64.14º | 0.95% | 0.36% | - |
| XYZ | 7.69 | 9.64 | 1.6 | - |
| YUV | 80.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 5 | 0.07 | 0 | 0.95 | 0.64 | 64.14 | 0.9 | 0.19 |
| Hex | 56 | 5C | 5 | 7 | 0 | 5F | 40 | 40 | 5A | 13 |
| Octal | 126 | 134 | 5 | 7 | 0 | 137 | 100 | 100 | 132 | 23 |
| Binary | 1010110 | 1011100 | 101 | 111 | 0 | 1011111 | 1000000 | 1000000 | 1011010 | 10011 |
Color Harmonies of #565C05
Complementary color
Monochromatic Colors of #565C05
Black with #565C05
Text Example
Text Example
White with #565C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C05; }
p { color: rgb(86,92,5); }
H1.HeaderClassName
{
color: #565C05;
}
.AnyTagClassName
{
color: #565C05;
}
</style>
background-color css
<style>
a { background-color: #565C05; }
a { background-color: rgb(86,92,5); }
div.DivClassName
{
background-color: #565C05;
}
.BgClassName
{
background-color: #565C05;
}
</style>
border-color css
<style>
span { border-color: #565C05; }
span { border-color: rgb(86,92,5); }
td.TdClassName
{
border-color: #565C05;
}
.TagClassName
{
border-color: #565C05;
}
</style>