Shades of Verdun Green #575001
Tints of Verdun Green #575001
RGB
CMYK
RGB Variations
Color information
#575001 (or 0x575001) is known color: Verdun Green. HEX triplet: 57, 50 and 01. RGB value is (87,80,1). Sum of RGB (Red+Green+Blue) = 87+80+1=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #575001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575001 is #A8AFFE. Grayscale: #494949. Windows color (decimal): -11055103 or 86103. OLE color: 86103.
HSL color Cylindrical-coordinate representation of color #575001: hue angle of 55.12º 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 #575001 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 80 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.66 |
| HSL | 55.12º | 0.98% | 0.17% | - |
| HSV(B) | 55.12º | 0.99% | 0.34% | - |
| XYZ | 6.8 | 7.77 | 1.17 | - |
| YUV | 73.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 80 | 1 | 0 | 0.08 | 0.99 | 0.66 | 55.12 | 0.98 | 0.17 |
| Hex | 57 | 50 | 1 | 0 | 8 | 63 | 42 | 37 | 62 | 11 |
| Octal | 127 | 120 | 1 | 0 | 10 | 143 | 102 | 67 | 142 | 21 |
| Binary | 1010111 | 1010000 | 1 | 0 | 1000 | 1100011 | 1000010 | 110111 | 1100010 | 10001 |
Color Harmonies of #575001
Complementary color
Monochromatic Colors of #575001
Black with #575001
Text Example
Text Example
White with #575001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575001; }
p { color: rgb(87,80,1); }
H1.HeaderClassName
{
color: #575001;
}
.AnyTagClassName
{
color: #575001;
}
</style>
background-color css
<style>
a { background-color: #575001; }
a { background-color: rgb(87,80,1); }
div.DivClassName
{
background-color: #575001;
}
.BgClassName
{
background-color: #575001;
}
</style>
border-color css
<style>
span { border-color: #575001; }
span { border-color: rgb(87,80,1); }
td.TdClassName
{
border-color: #575001;
}
.TagClassName
{
border-color: #575001;
}
</style>