Shades of Verdun Green #566002
Tints of Verdun Green #566002
RGB
CMYK
RGB Variations
Color information
#566002 (or 0x566002) is known color: Verdun Green. HEX triplet: 56, 60 and 02. RGB value is (86,96,2). Sum of RGB (Red+Green+Blue) = 86+96+2=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #566002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566002 is #A99FFD. Grayscale: #525252. Windows color (decimal): -11116542 or 155734. OLE color: 155734.
HSL color Cylindrical-coordinate representation of color #566002: hue angle of 66.38º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #566002 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 2 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.62 |
| HSL | 66.38º | 0.96% | 0.19% | - |
| HSV(B) | 66.38º | 0.98% | 0.38% | - |
| XYZ | 8.03 | 10.35 | 1.63 | - |
| YUV | 82.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 2 | 0.10 | 0 | 0.98 | 0.62 | 66.38 | 0.96 | 0.19 |
| Hex | 56 | 60 | 2 | A | 0 | 62 | 3E | 42 | 60 | 13 |
| Octal | 126 | 140 | 2 | 12 | 0 | 142 | 76 | 102 | 140 | 23 |
| Binary | 1010110 | 1100000 | 10 | 1010 | 0 | 1100010 | 111110 | 1000010 | 1100000 | 10011 |
Color Harmonies of #566002
Complementary color
Monochromatic Colors of #566002
Black with #566002
Text Example
Text Example
White with #566002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566002; }
p { color: rgb(86,96,2); }
H1.HeaderClassName
{
color: #566002;
}
.AnyTagClassName
{
color: #566002;
}
</style>
background-color css
<style>
a { background-color: #566002; }
a { background-color: rgb(86,96,2); }
div.DivClassName
{
background-color: #566002;
}
.BgClassName
{
background-color: #566002;
}
</style>
border-color css
<style>
span { border-color: #566002; }
span { border-color: rgb(86,96,2); }
td.TdClassName
{
border-color: #566002;
}
.TagClassName
{
border-color: #566002;
}
</style>