Shades of Verdun Green #575209
Tints of Verdun Green #575209
RGB
CMYK
RGB Variations
Color information
#575209 (or 0x575209) is known color: Verdun Green. HEX triplet: 57, 52 and 09. RGB value is (87,82,9). Sum of RGB (Red+Green+Blue) = 87+82+9=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #575209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575209 is #A8ADF6. Grayscale: #4B4B4B. Windows color (decimal): -11054583 or 610903. OLE color: 610903.
HSL color Cylindrical-coordinate representation of color #575209: hue angle of 56.15º 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 #575209 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 9 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.66 |
| HSL | 56.15º | 0.81% | 0.19% | - |
| HSV(B) | 56.15º | 0.9% | 0.34% | - |
| XYZ | 7 | 8.08 | 1.45 | - |
| YUV | 75.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 9 | 0 | 0.06 | 0.90 | 0.66 | 56.15 | 0.81 | 0.19 |
| Hex | 57 | 52 | 9 | 0 | 6 | 5A | 42 | 38 | 51 | 13 |
| Octal | 127 | 122 | 11 | 0 | 6 | 132 | 102 | 70 | 121 | 23 |
| Binary | 1010111 | 1010010 | 1001 | 0 | 110 | 1011010 | 1000010 | 111000 | 1010001 | 10011 |
Color Harmonies of #575209
Complementary color
Monochromatic Colors of #575209
Black with #575209
Text Example
Text Example
White with #575209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575209; }
p { color: rgb(87,82,9); }
H1.HeaderClassName
{
color: #575209;
}
.AnyTagClassName
{
color: #575209;
}
</style>
background-color css
<style>
a { background-color: #575209; }
a { background-color: rgb(87,82,9); }
div.DivClassName
{
background-color: #575209;
}
.BgClassName
{
background-color: #575209;
}
</style>
border-color css
<style>
span { border-color: #575209; }
span { border-color: rgb(87,82,9); }
td.TdClassName
{
border-color: #575209;
}
.TagClassName
{
border-color: #575209;
}
</style>