Shades of Verdun Green #585401
Tints of Verdun Green #585401
RGB
CMYK
RGB Variations
Color information
#585401 (or 0x585401) is known color: Verdun Green. HEX triplet: 58, 54 and 01. RGB value is (88,84,1). Sum of RGB (Red+Green+Blue) = 88+84+1=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585401 is #A7ABFE. Grayscale: #4C4C4C. Windows color (decimal): -10988543 or 87128. OLE color: 87128.
HSL color Cylindrical-coordinate representation of color #585401: hue angle of 57.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #585401 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.65 |
| HSL | 57.24º | 0.98% | 0.17% | - |
| HSV(B) | 57.24º | 0.99% | 0.35% | - |
| XYZ | 7.2 | 8.42 | 1.27 | - |
| YUV | 75.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 1 | 0 | 0.05 | 0.99 | 0.65 | 57.24 | 0.98 | 0.17 |
| Hex | 58 | 54 | 1 | 0 | 5 | 63 | 41 | 39 | 62 | 11 |
| Octal | 130 | 124 | 1 | 0 | 5 | 143 | 101 | 71 | 142 | 21 |
| Binary | 1011000 | 1010100 | 1 | 0 | 101 | 1100011 | 1000001 | 111001 | 1100010 | 10001 |
Color Harmonies of #585401
Complementary color
Monochromatic Colors of #585401
Black with #585401
Text Example
Text Example
White with #585401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585401; }
p { color: rgb(88,84,1); }
H1.HeaderClassName
{
color: #585401;
}
.AnyTagClassName
{
color: #585401;
}
</style>
background-color css
<style>
a { background-color: #585401; }
a { background-color: rgb(88,84,1); }
div.DivClassName
{
background-color: #585401;
}
.BgClassName
{
background-color: #585401;
}
</style>
border-color css
<style>
span { border-color: #585401; }
span { border-color: rgb(88,84,1); }
td.TdClassName
{
border-color: #585401;
}
.TagClassName
{
border-color: #585401;
}
</style>