Shades of Verdun Green #575509
Tints of Verdun Green #575509
RGB
CMYK
RGB Variations
Color information
#575509 (or 0x575509) is known color: Verdun Green. HEX triplet: 57, 55 and 09. RGB value is (87,85,9). Sum of RGB (Red+Green+Blue) = 87+85+9=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #575509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575509 is #A8AAF6. Grayscale: #4D4D4D. Windows color (decimal): -11053815 or 611671. OLE color: 611671.
HSL color Cylindrical-coordinate representation of color #575509: hue angle of 58.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #575509 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 9 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.66 |
| HSL | 58.46º | 0.81% | 0.19% | - |
| HSV(B) | 58.46º | 0.9% | 0.34% | - |
| XYZ | 7.23 | 8.54 | 1.53 | - |
| YUV | 76.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 9 | 0 | 0.02 | 0.90 | 0.66 | 58.46 | 0.81 | 0.19 |
| Hex | 57 | 55 | 9 | 0 | 2 | 5A | 42 | 3A | 51 | 13 |
| Octal | 127 | 125 | 11 | 0 | 2 | 132 | 102 | 72 | 121 | 23 |
| Binary | 1010111 | 1010101 | 1001 | 0 | 10 | 1011010 | 1000010 | 111010 | 1010001 | 10011 |
Color Harmonies of #575509
Complementary color
Monochromatic Colors of #575509
Black with #575509
Text Example
Text Example
White with #575509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575509; }
p { color: rgb(87,85,9); }
H1.HeaderClassName
{
color: #575509;
}
.AnyTagClassName
{
color: #575509;
}
</style>
background-color css
<style>
a { background-color: #575509; }
a { background-color: rgb(87,85,9); }
div.DivClassName
{
background-color: #575509;
}
.BgClassName
{
background-color: #575509;
}
</style>
border-color css
<style>
span { border-color: #575509; }
span { border-color: rgb(87,85,9); }
td.TdClassName
{
border-color: #575509;
}
.TagClassName
{
border-color: #575509;
}
</style>