Shades of Verdun Green #575101
Tints of Verdun Green #575101
RGB
CMYK
RGB Variations
Color information
#575101 (or 0x575101) is known color: Verdun Green. HEX triplet: 57, 51 and 01. RGB value is (87,81,1). Sum of RGB (Red+Green+Blue) = 87+81+1=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #575101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575101 is #A8AEFE. Grayscale: #4A4A4A. Windows color (decimal): -11054847 or 86359. OLE color: 86359.
HSL color Cylindrical-coordinate representation of color #575101: hue angle of 55.81º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #575101 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 81 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.66 |
| HSL | 55.81º | 0.98% | 0.17% | - |
| HSV(B) | 55.81º | 0.99% | 0.34% | - |
| XYZ | 6.88 | 7.91 | 1.19 | - |
| YUV | 73.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 81 | 1 | 0 | 0.07 | 0.99 | 0.66 | 55.81 | 0.98 | 0.17 |
| Hex | 57 | 51 | 1 | 0 | 7 | 63 | 42 | 38 | 62 | 11 |
| Octal | 127 | 121 | 1 | 0 | 7 | 143 | 102 | 70 | 142 | 21 |
| Binary | 1010111 | 1010001 | 1 | 0 | 111 | 1100011 | 1000010 | 111000 | 1100010 | 10001 |
Color Harmonies of #575101
Complementary color
Monochromatic Colors of #575101
Black with #575101
Text Example
Text Example
White with #575101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575101; }
p { color: rgb(87,81,1); }
H1.HeaderClassName
{
color: #575101;
}
.AnyTagClassName
{
color: #575101;
}
</style>
background-color css
<style>
a { background-color: #575101; }
a { background-color: rgb(87,81,1); }
div.DivClassName
{
background-color: #575101;
}
.BgClassName
{
background-color: #575101;
}
</style>
border-color css
<style>
span { border-color: #575101; }
span { border-color: rgb(87,81,1); }
td.TdClassName
{
border-color: #575101;
}
.TagClassName
{
border-color: #575101;
}
</style>