Shades of Verdun Green #566003
Tints of Verdun Green #566003
RGB
CMYK
RGB Variations
Color information
#566003 (or 0x566003) is known color: Verdun Green. HEX triplet: 56, 60 and 03. RGB value is (86,96,3). Sum of RGB (Red+Green+Blue) = 86+96+3=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #566003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566003 is #A99FFC. Grayscale: #525252. Windows color (decimal): -11116541 or 221270. OLE color: 221270.
HSL color Cylindrical-coordinate representation of color #566003: hue angle of 66.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #566003 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.62 |
| HSL | 66.45º | 0.94% | 0.19% | - |
| HSV(B) | 66.45º | 0.97% | 0.38% | - |
| XYZ | 8.04 | 10.35 | 1.66 | - |
| YUV | 82.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 3 | 0.10 | 0 | 0.97 | 0.62 | 66.45 | 0.94 | 0.19 |
| Hex | 56 | 60 | 3 | A | 0 | 61 | 3E | 42 | 5E | 13 |
| Octal | 126 | 140 | 3 | 12 | 0 | 141 | 76 | 102 | 136 | 23 |
| Binary | 1010110 | 1100000 | 11 | 1010 | 0 | 1100001 | 111110 | 1000010 | 1011110 | 10011 |
Color Harmonies of #566003
Complementary color
Monochromatic Colors of #566003
Black with #566003
Text Example
Text Example
White with #566003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566003; }
p { color: rgb(86,96,3); }
H1.HeaderClassName
{
color: #566003;
}
.AnyTagClassName
{
color: #566003;
}
</style>
background-color css
<style>
a { background-color: #566003; }
a { background-color: rgb(86,96,3); }
div.DivClassName
{
background-color: #566003;
}
.BgClassName
{
background-color: #566003;
}
</style>
border-color css
<style>
span { border-color: #566003; }
span { border-color: rgb(86,96,3); }
td.TdClassName
{
border-color: #566003;
}
.TagClassName
{
border-color: #566003;
}
</style>