Shades of Verdun Green #575500
Tints of Verdun Green #575500
RGB
CMYK
RGB Variations
Color information
#575500 (or 0x575500) is known color: Verdun Green. HEX triplet: 57, 55 and 00. RGB value is (87,85,0). Sum of RGB (Red+Green+Blue) = 87+85+0=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #575500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575500 is #A8AAFF. Grayscale: #4C4C4C. Windows color (decimal): -11053824 or 21847. OLE color: 21847.
HSL color Cylindrical-coordinate representation of color #575500: hue angle of 58.62º 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 #575500 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.66 |
| HSL | 58.62º | 1% | 0.17% | - |
| HSV(B) | 58.62º | 1% | 0.34% | - |
| XYZ | 7.18 | 8.52 | 1.27 | - |
| YUV | 75.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 0 | 0 | 0.02 | 1 | 0.66 | 58.62 | 1 | 0.17 |
| Hex | 57 | 55 | 0 | 0 | 2 | 64 | 42 | 3B | 64 | 11 |
| Octal | 127 | 125 | 0 | 0 | 2 | 144 | 102 | 73 | 144 | 21 |
| Binary | 1010111 | 1010101 | 0 | 0 | 10 | 1100100 | 1000010 | 111011 | 1100100 | 10001 |
Color Harmonies of #575500
Complementary color
Monochromatic Colors of #575500
Black with #575500
Text Example
Text Example
White with #575500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575500; }
p { color: rgb(87,85,0); }
H1.HeaderClassName
{
color: #575500;
}
.AnyTagClassName
{
color: #575500;
}
</style>
background-color css
<style>
a { background-color: #575500; }
a { background-color: rgb(87,85,0); }
div.DivClassName
{
background-color: #575500;
}
.BgClassName
{
background-color: #575500;
}
</style>
border-color css
<style>
span { border-color: #575500; }
span { border-color: rgb(87,85,0); }
td.TdClassName
{
border-color: #575500;
}
.TagClassName
{
border-color: #575500;
}
</style>