Shades of Verdun Green #585805
Tints of Verdun Green #585805
RGB
CMYK
RGB Variations
Color information
#585805 (or 0x585805) is known color: Verdun Green. HEX triplet: 58, 58 and 05. RGB value is (88,88,5). Sum of RGB (Red+Green+Blue) = 88+88+5=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585805 is #A7A7FA. Grayscale: #4E4E4E. Windows color (decimal): -10987515 or 350296. OLE color: 350296.
HSL color Cylindrical-coordinate representation of color #585805: hue angle of 60º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #585805 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 5 | - |
| CMYK | 0 | 0 | 0.94 | 0.65 |
| HSL | 60º | 0.89% | 0.18% | - |
| HSV(B) | 60º | 0.94% | 0.35% | - |
| XYZ | 7.54 | 9.07 | 1.5 | - |
| YUV | 78.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 5 | 0 | 0 | 0.94 | 0.65 | 60 | 0.89 | 0.18 |
| Hex | 58 | 58 | 5 | 0 | 0 | 5E | 41 | 3C | 59 | 12 |
| Octal | 130 | 130 | 5 | 0 | 0 | 136 | 101 | 74 | 131 | 22 |
| Binary | 1011000 | 1011000 | 101 | 0 | 0 | 1011110 | 1000001 | 111100 | 1011001 | 10010 |
Color Harmonies of #585805
Complementary color
Monochromatic Colors of #585805
Black with #585805
Text Example
Text Example
White with #585805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585805; }
p { color: rgb(88,88,5); }
H1.HeaderClassName
{
color: #585805;
}
.AnyTagClassName
{
color: #585805;
}
</style>
background-color css
<style>
a { background-color: #585805; }
a { background-color: rgb(88,88,5); }
div.DivClassName
{
background-color: #585805;
}
.BgClassName
{
background-color: #585805;
}
</style>
border-color css
<style>
span { border-color: #585805; }
span { border-color: rgb(88,88,5); }
td.TdClassName
{
border-color: #585805;
}
.TagClassName
{
border-color: #585805;
}
</style>