Shades of Verdun Green #576005
Tints of Verdun Green #576005
RGB
CMYK
RGB Variations
Color information
#576005 (or 0x576005) is known color: Verdun Green. HEX triplet: 57, 60 and 05. RGB value is (87,96,5). Sum of RGB (Red+Green+Blue) = 87+96+5=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #576005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #576005 is #A89FFA. Grayscale: #535353. Windows color (decimal): -11051003 or 352343. OLE color: 352343.
HSL color Cylindrical-coordinate representation of color #576005: hue angle of 65.93º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #576005 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 96 | 5 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.62 |
| HSL | 65.93º | 0.9% | 0.2% | - |
| HSV(B) | 65.93º | 0.95% | 0.38% | - |
| XYZ | 8.14 | 10.4 | 1.72 | - |
| YUV | 82.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 5 | 0.09 | 0 | 0.95 | 0.62 | 65.93 | 0.9 | 0.2 |
| Hex | 57 | 60 | 5 | 9 | 0 | 5F | 3E | 42 | 5A | 14 |
| Octal | 127 | 140 | 5 | 11 | 0 | 137 | 76 | 102 | 132 | 24 |
| Binary | 1010111 | 1100000 | 101 | 1001 | 0 | 1011111 | 111110 | 1000010 | 1011010 | 10100 |
Color Harmonies of #576005
Complementary color
Monochromatic Colors of #576005
Black with #576005
Text Example
Text Example
White with #576005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576005; }
p { color: rgb(87,96,5); }
H1.HeaderClassName
{
color: #576005;
}
.AnyTagClassName
{
color: #576005;
}
</style>
background-color css
<style>
a { background-color: #576005; }
a { background-color: rgb(87,96,5); }
div.DivClassName
{
background-color: #576005;
}
.BgClassName
{
background-color: #576005;
}
</style>
border-color css
<style>
span { border-color: #576005; }
span { border-color: rgb(87,96,5); }
td.TdClassName
{
border-color: #576005;
}
.TagClassName
{
border-color: #576005;
}
</style>