Shades of Verdun Green #575409
Tints of Verdun Green #575409
RGB
CMYK
RGB Variations
Color information
#575409 (or 0x575409) is known color: Verdun Green. HEX triplet: 57, 54 and 09. RGB value is (87,84,9). Sum of RGB (Red+Green+Blue) = 87+84+9=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #575409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575409 is #A8ABF6. Grayscale: #4C4C4C. Windows color (decimal): -11054071 or 611415. OLE color: 611415.
HSL color Cylindrical-coordinate representation of color #575409: hue angle of 57.69º 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 #575409 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 84 | 9 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.66 |
| HSL | 57.69º | 0.81% | 0.19% | - |
| HSV(B) | 57.69º | 0.9% | 0.34% | - |
| XYZ | 7.15 | 8.39 | 1.5 | - |
| YUV | 76.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 9 | 0 | 0.03 | 0.90 | 0.66 | 57.69 | 0.81 | 0.19 |
| Hex | 57 | 54 | 9 | 0 | 3 | 5A | 42 | 3A | 51 | 13 |
| Octal | 127 | 124 | 11 | 0 | 3 | 132 | 102 | 72 | 121 | 23 |
| Binary | 1010111 | 1010100 | 1001 | 0 | 11 | 1011010 | 1000010 | 111010 | 1010001 | 10011 |
Color Harmonies of #575409
Complementary color
Monochromatic Colors of #575409
Black with #575409
Text Example
Text Example
White with #575409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575409; }
p { color: rgb(87,84,9); }
H1.HeaderClassName
{
color: #575409;
}
.AnyTagClassName
{
color: #575409;
}
</style>
background-color css
<style>
a { background-color: #575409; }
a { background-color: rgb(87,84,9); }
div.DivClassName
{
background-color: #575409;
}
.BgClassName
{
background-color: #575409;
}
</style>
border-color css
<style>
span { border-color: #575409; }
span { border-color: rgb(87,84,9); }
td.TdClassName
{
border-color: #575409;
}
.TagClassName
{
border-color: #575409;
}
</style>