Shades of Verdun Green #575301
Tints of Verdun Green #575301
RGB
CMYK
RGB Variations
Color information
#575301 (or 0x575301) is known color: Verdun Green. HEX triplet: 57, 53 and 01. RGB value is (87,83,1). Sum of RGB (Red+Green+Blue) = 87+83+1=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #575301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575301 is #A8ACFE. Grayscale: #4B4B4B. Windows color (decimal): -11054335 or 86871. OLE color: 86871.
HSL color Cylindrical-coordinate representation of color #575301: hue angle of 57.21º 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 #575301 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 83 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.66 |
| HSL | 57.21º | 0.98% | 0.17% | - |
| HSV(B) | 57.21º | 0.99% | 0.34% | - |
| XYZ | 7.03 | 8.21 | 1.24 | - |
| YUV | 74.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 1 | 0 | 0.05 | 0.99 | 0.66 | 57.21 | 0.98 | 0.17 |
| Hex | 57 | 53 | 1 | 0 | 5 | 63 | 42 | 39 | 62 | 11 |
| Octal | 127 | 123 | 1 | 0 | 5 | 143 | 102 | 71 | 142 | 21 |
| Binary | 1010111 | 1010011 | 1 | 0 | 101 | 1100011 | 1000010 | 111001 | 1100010 | 10001 |
Color Harmonies of #575301
Complementary color
Monochromatic Colors of #575301
Black with #575301
Text Example
Text Example
White with #575301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575301; }
p { color: rgb(87,83,1); }
H1.HeaderClassName
{
color: #575301;
}
.AnyTagClassName
{
color: #575301;
}
</style>
background-color css
<style>
a { background-color: #575301; }
a { background-color: rgb(87,83,1); }
div.DivClassName
{
background-color: #575301;
}
.BgClassName
{
background-color: #575301;
}
</style>
border-color css
<style>
span { border-color: #575301; }
span { border-color: rgb(87,83,1); }
td.TdClassName
{
border-color: #575301;
}
.TagClassName
{
border-color: #575301;
}
</style>