Shades of Verdun Green #575508
Tints of Verdun Green #575508
RGB
CMYK
RGB Variations
Color information
#575508 (or 0x575508) is known color: Verdun Green. HEX triplet: 57, 55 and 08. RGB value is (87,85,8). Sum of RGB (Red+Green+Blue) = 87+85+8=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #575508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575508 is #A8AAF7. Grayscale: #4D4D4D. Windows color (decimal): -11053816 or 546135. OLE color: 546135.
HSL color Cylindrical-coordinate representation of color #575508: hue angle of 58.48º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #575508 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 8 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.66 |
| HSL | 58.48º | 0.83% | 0.19% | - |
| HSV(B) | 58.48º | 0.91% | 0.34% | - |
| XYZ | 7.22 | 8.54 | 1.5 | - |
| YUV | 76.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 8 | 0 | 0.02 | 0.91 | 0.66 | 58.48 | 0.83 | 0.19 |
| Hex | 57 | 55 | 8 | 0 | 2 | 5B | 42 | 3A | 53 | 13 |
| Octal | 127 | 125 | 10 | 0 | 2 | 133 | 102 | 72 | 123 | 23 |
| Binary | 1010111 | 1010101 | 1000 | 0 | 10 | 1011011 | 1000010 | 111010 | 1010011 | 10011 |
Color Harmonies of #575508
Complementary color
Monochromatic Colors of #575508
Black with #575508
Text Example
Text Example
White with #575508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575508; }
p { color: rgb(87,85,8); }
H1.HeaderClassName
{
color: #575508;
}
.AnyTagClassName
{
color: #575508;
}
</style>
background-color css
<style>
a { background-color: #575508; }
a { background-color: rgb(87,85,8); }
div.DivClassName
{
background-color: #575508;
}
.BgClassName
{
background-color: #575508;
}
</style>
border-color css
<style>
span { border-color: #575508; }
span { border-color: rgb(87,85,8); }
td.TdClassName
{
border-color: #575508;
}
.TagClassName
{
border-color: #575508;
}
</style>