Shades of Verdun Green #585601
Tints of Verdun Green #585601
RGB
CMYK
RGB Variations
Color information
#585601 (or 0x585601) is known color: Verdun Green. HEX triplet: 58, 56 and 01. RGB value is (88,86,1). Sum of RGB (Red+Green+Blue) = 88+86+1=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585601 is #A7A9FE. Grayscale: #4D4D4D. Windows color (decimal): -10988031 or 87640. OLE color: 87640.
HSL color Cylindrical-coordinate representation of color #585601: hue angle of 58.62º 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 #585601 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.65 |
| HSL | 58.62º | 0.98% | 0.17% | - |
| HSV(B) | 58.62º | 0.99% | 0.35% | - |
| XYZ | 7.36 | 8.73 | 1.33 | - |
| YUV | 76.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 1 | 0 | 0.02 | 0.99 | 0.65 | 58.62 | 0.98 | 0.17 |
| Hex | 58 | 56 | 1 | 0 | 2 | 63 | 41 | 3B | 62 | 11 |
| Octal | 130 | 126 | 1 | 0 | 2 | 143 | 101 | 73 | 142 | 21 |
| Binary | 1011000 | 1010110 | 1 | 0 | 10 | 1100011 | 1000001 | 111011 | 1100010 | 10001 |
Color Harmonies of #585601
Complementary color
Monochromatic Colors of #585601
Black with #585601
Text Example
Text Example
White with #585601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585601; }
p { color: rgb(88,86,1); }
H1.HeaderClassName
{
color: #585601;
}
.AnyTagClassName
{
color: #585601;
}
</style>
background-color css
<style>
a { background-color: #585601; }
a { background-color: rgb(88,86,1); }
div.DivClassName
{
background-color: #585601;
}
.BgClassName
{
background-color: #585601;
}
</style>
border-color css
<style>
span { border-color: #585601; }
span { border-color: rgb(88,86,1); }
td.TdClassName
{
border-color: #585601;
}
.TagClassName
{
border-color: #585601;
}
</style>