Shades of Verdun Green #575502
Tints of Verdun Green #575502
RGB
CMYK
RGB Variations
Color information
#575502 (or 0x575502) is known color: Verdun Green. HEX triplet: 57, 55 and 02. RGB value is (87,85,2). Sum of RGB (Red+Green+Blue) = 87+85+2=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #575502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575502 is #A8AAFD. Grayscale: #4C4C4C. Windows color (decimal): -11053822 or 152919. OLE color: 152919.
HSL color Cylindrical-coordinate representation of color #575502: hue angle of 58.59º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #575502 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.66 |
| HSL | 58.59º | 0.96% | 0.17% | - |
| HSV(B) | 58.59º | 0.98% | 0.34% | - |
| XYZ | 7.19 | 8.53 | 1.32 | - |
| YUV | 76.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 2 | 0 | 0.02 | 0.98 | 0.66 | 58.59 | 0.96 | 0.17 |
| Hex | 57 | 55 | 2 | 0 | 2 | 62 | 42 | 3B | 60 | 11 |
| Octal | 127 | 125 | 2 | 0 | 2 | 142 | 102 | 73 | 140 | 21 |
| Binary | 1010111 | 1010101 | 10 | 0 | 10 | 1100010 | 1000010 | 111011 | 1100000 | 10001 |
Color Harmonies of #575502
Complementary color
Monochromatic Colors of #575502
Black with #575502
Text Example
Text Example
White with #575502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575502; }
p { color: rgb(87,85,2); }
H1.HeaderClassName
{
color: #575502;
}
.AnyTagClassName
{
color: #575502;
}
</style>
background-color css
<style>
a { background-color: #575502; }
a { background-color: rgb(87,85,2); }
div.DivClassName
{
background-color: #575502;
}
.BgClassName
{
background-color: #575502;
}
</style>
border-color css
<style>
span { border-color: #575502; }
span { border-color: rgb(87,85,2); }
td.TdClassName
{
border-color: #575502;
}
.TagClassName
{
border-color: #575502;
}
</style>