Shades of Verdun Green #566000
Tints of Verdun Green #566000
RGB
CMYK
RGB Variations
Color information
#566000 (or 0x566000) is known color: Verdun Green. HEX triplet: 56, 60 and 00. RGB value is (86,96,0). Sum of RGB (Red+Green+Blue) = 86+96+0=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #566000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566000 is #A99FFF. Grayscale: #525252. Windows color (decimal): -11116544 or 24662. OLE color: 24662.
HSL color Cylindrical-coordinate representation of color #566000: hue angle of 66.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #566000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.62 |
| HSL | 66.25º | 1% | 0.19% | - |
| HSV(B) | 66.25º | 1% | 0.38% | - |
| XYZ | 8.02 | 10.34 | 1.57 | - |
| YUV | 82.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 0 | 0.10 | 0 | 1 | 0.62 | 66.25 | 1 | 0.19 |
| Hex | 56 | 60 | 0 | A | 0 | 64 | 3E | 42 | 64 | 13 |
| Octal | 126 | 140 | 0 | 12 | 0 | 144 | 76 | 102 | 144 | 23 |
| Binary | 1010110 | 1100000 | 0 | 1010 | 0 | 1100100 | 111110 | 1000010 | 1100100 | 10011 |
Color Harmonies of #566000
Complementary color
Monochromatic Colors of #566000
Black with #566000
Text Example
Text Example
White with #566000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566000; }
p { color: rgb(86,96,0); }
H1.HeaderClassName
{
color: #566000;
}
.AnyTagClassName
{
color: #566000;
}
</style>
background-color css
<style>
a { background-color: #566000; }
a { background-color: rgb(86,96,0); }
div.DivClassName
{
background-color: #566000;
}
.BgClassName
{
background-color: #566000;
}
</style>
border-color css
<style>
span { border-color: #566000; }
span { border-color: rgb(86,96,0); }
td.TdClassName
{
border-color: #566000;
}
.TagClassName
{
border-color: #566000;
}
</style>