Shades of Verdun Green #575A05
Tints of Verdun Green #575A05
RGB
CMYK
RGB Variations
Color information
#575A05 (or 0x575A05) is known color: Verdun Green. HEX triplet: 57, 5A and 05. RGB value is (87,90,5). Sum of RGB (Red+Green+Blue) = 87+90+5=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #575A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575A05 is #A8A5FA. Grayscale: #4F4F4F. Windows color (decimal): -11052539 or 350807. OLE color: 350807.
HSL color Cylindrical-coordinate representation of color #575A05: hue angle of 62.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #575A05 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 90 | 5 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.65 |
| HSL | 62.12º | 0.89% | 0.19% | - |
| HSV(B) | 62.12º | 0.94% | 0.35% | - |
| XYZ | 7.61 | 9.35 | 1.55 | - |
| YUV | 79.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 5 | 0.03 | 0 | 0.94 | 0.65 | 62.12 | 0.89 | 0.19 |
| Hex | 57 | 5A | 5 | 3 | 0 | 5E | 41 | 3E | 59 | 13 |
| Octal | 127 | 132 | 5 | 3 | 0 | 136 | 101 | 76 | 131 | 23 |
| Binary | 1010111 | 1011010 | 101 | 11 | 0 | 1011110 | 1000001 | 111110 | 1011001 | 10011 |
Color Harmonies of #575A05
Complementary color
Monochromatic Colors of #575A05
Black with #575A05
Text Example
Text Example
White with #575A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A05; }
p { color: rgb(87,90,5); }
H1.HeaderClassName
{
color: #575A05;
}
.AnyTagClassName
{
color: #575A05;
}
</style>
background-color css
<style>
a { background-color: #575A05; }
a { background-color: rgb(87,90,5); }
div.DivClassName
{
background-color: #575A05;
}
.BgClassName
{
background-color: #575A05;
}
</style>
border-color css
<style>
span { border-color: #575A05; }
span { border-color: rgb(87,90,5); }
td.TdClassName
{
border-color: #575A05;
}
.TagClassName
{
border-color: #575A05;
}
</style>