Shades of Verdun Green #565802
Tints of Verdun Green #565802
RGB
CMYK
RGB Variations
Color information
#565802 (or 0x565802) is known color: Verdun Green. HEX triplet: 56, 58 and 02. RGB value is (86,88,2). Sum of RGB (Red+Green+Blue) = 86+88+2=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #565802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565802 is #A9A7FD. Grayscale: #4D4D4D. Windows color (decimal): -11118590 or 153686. OLE color: 153686.
HSL color Cylindrical-coordinate representation of color #565802: hue angle of 61.4º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #565802 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.65 |
| HSL | 61.4º | 0.96% | 0.18% | - |
| HSV(B) | 61.4º | 0.98% | 0.35% | - |
| XYZ | 7.34 | 8.96 | 1.4 | - |
| YUV | 77.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 2 | 0.02 | 0 | 0.98 | 0.65 | 61.4 | 0.96 | 0.18 |
| Hex | 56 | 58 | 2 | 2 | 0 | 62 | 41 | 3D | 60 | 12 |
| Octal | 126 | 130 | 2 | 2 | 0 | 142 | 101 | 75 | 140 | 22 |
| Binary | 1010110 | 1011000 | 10 | 10 | 0 | 1100010 | 1000001 | 111101 | 1100000 | 10010 |
Color Harmonies of #565802
Complementary color
Monochromatic Colors of #565802
Black with #565802
Text Example
Text Example
White with #565802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565802; }
p { color: rgb(86,88,2); }
H1.HeaderClassName
{
color: #565802;
}
.AnyTagClassName
{
color: #565802;
}
</style>
background-color css
<style>
a { background-color: #565802; }
a { background-color: rgb(86,88,2); }
div.DivClassName
{
background-color: #565802;
}
.BgClassName
{
background-color: #565802;
}
</style>
border-color css
<style>
span { border-color: #565802; }
span { border-color: rgb(86,88,2); }
td.TdClassName
{
border-color: #565802;
}
.TagClassName
{
border-color: #565802;
}
</style>