Shades of Verdun Green #575200
Tints of Verdun Green #575200
RGB
CMYK
RGB Variations
Color information
#575200 (or 0x575200) is known color: Verdun Green. HEX triplet: 57, 52 and 00. RGB value is (87,82,0). Sum of RGB (Red+Green+Blue) = 87+82+0=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #575200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575200 is #A8ADFF. Grayscale: #4A4A4A. Windows color (decimal): -11054592 or 21079. OLE color: 21079.
HSL color Cylindrical-coordinate representation of color #575200: hue angle of 56.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #575200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 82 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.66 |
| HSL | 56.55º | 1% | 0.17% | - |
| HSV(B) | 56.55º | 1% | 0.34% | - |
| XYZ | 6.95 | 8.06 | 1.19 | - |
| YUV | 74.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 0 | 0 | 0.06 | 1 | 0.66 | 56.55 | 1 | 0.17 |
| Hex | 57 | 52 | 0 | 0 | 6 | 64 | 42 | 39 | 64 | 11 |
| Octal | 127 | 122 | 0 | 0 | 6 | 144 | 102 | 71 | 144 | 21 |
| Binary | 1010111 | 1010010 | 0 | 0 | 110 | 1100100 | 1000010 | 111001 | 1100100 | 10001 |
Color Harmonies of #575200
Complementary color
Monochromatic Colors of #575200
Black with #575200
Text Example
Text Example
White with #575200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575200; }
p { color: rgb(87,82,0); }
H1.HeaderClassName
{
color: #575200;
}
.AnyTagClassName
{
color: #575200;
}
</style>
background-color css
<style>
a { background-color: #575200; }
a { background-color: rgb(87,82,0); }
div.DivClassName
{
background-color: #575200;
}
.BgClassName
{
background-color: #575200;
}
</style>
border-color css
<style>
span { border-color: #575200; }
span { border-color: rgb(87,82,0); }
td.TdClassName
{
border-color: #575200;
}
.TagClassName
{
border-color: #575200;
}
</style>