Shades of Verdun Green #575504
Tints of Verdun Green #575504
RGB
CMYK
RGB Variations
Color information
#575504 (or 0x575504) is known color: Verdun Green. HEX triplet: 57, 55 and 04. RGB value is (87,85,4). Sum of RGB (Red+Green+Blue) = 87+85+4=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #575504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575504 is #A8AAFB. Grayscale: #4C4C4C. Windows color (decimal): -11053820 or 283991. OLE color: 283991.
HSL color Cylindrical-coordinate representation of color #575504: hue angle of 58.55º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #575504 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 4 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.66 |
| HSL | 58.55º | 0.91% | 0.18% | - |
| HSV(B) | 58.55º | 0.95% | 0.34% | - |
| XYZ | 7.2 | 8.53 | 1.38 | - |
| YUV | 76.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 4 | 0 | 0.02 | 0.95 | 0.66 | 58.55 | 0.91 | 0.18 |
| Hex | 57 | 55 | 4 | 0 | 2 | 5F | 42 | 3B | 5B | 12 |
| Octal | 127 | 125 | 4 | 0 | 2 | 137 | 102 | 73 | 133 | 22 |
| Binary | 1010111 | 1010101 | 100 | 0 | 10 | 1011111 | 1000010 | 111011 | 1011011 | 10010 |
Color Harmonies of #575504
Complementary color
Monochromatic Colors of #575504
Black with #575504
Text Example
Text Example
White with #575504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575504; }
p { color: rgb(87,85,4); }
H1.HeaderClassName
{
color: #575504;
}
.AnyTagClassName
{
color: #575504;
}
</style>
background-color css
<style>
a { background-color: #575504; }
a { background-color: rgb(87,85,4); }
div.DivClassName
{
background-color: #575504;
}
.BgClassName
{
background-color: #575504;
}
</style>
border-color css
<style>
span { border-color: #575504; }
span { border-color: rgb(87,85,4); }
td.TdClassName
{
border-color: #575504;
}
.TagClassName
{
border-color: #575504;
}
</style>