Shades of Verdun Green #585609
Tints of Verdun Green #585609
RGB
CMYK
RGB Variations
Color information
#585609 (or 0x585609) is known color: Verdun Green. HEX triplet: 58, 56 and 09. RGB value is (88,86,9). Sum of RGB (Red+Green+Blue) = 88+86+9=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #585609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585609 is #A7A9F6. Grayscale: #4E4E4E. Windows color (decimal): -10988023 or 611928. OLE color: 611928.
HSL color Cylindrical-coordinate representation of color #585609: hue angle of 58.48º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #585609 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 9 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.65 |
| HSL | 58.48º | 0.81% | 0.19% | - |
| HSV(B) | 58.48º | 0.9% | 0.35% | - |
| XYZ | 7.4 | 8.75 | 1.56 | - |
| YUV | 77.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 9 | 0 | 0.02 | 0.90 | 0.65 | 58.48 | 0.81 | 0.19 |
| Hex | 58 | 56 | 9 | 0 | 2 | 5A | 41 | 3A | 51 | 13 |
| Octal | 130 | 126 | 11 | 0 | 2 | 132 | 101 | 72 | 121 | 23 |
| Binary | 1011000 | 1010110 | 1001 | 0 | 10 | 1011010 | 1000001 | 111010 | 1010001 | 10011 |
Color Harmonies of #585609
Complementary color
Monochromatic Colors of #585609
Black with #585609
Text Example
Text Example
White with #585609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585609; }
p { color: rgb(88,86,9); }
H1.HeaderClassName
{
color: #585609;
}
.AnyTagClassName
{
color: #585609;
}
</style>
background-color css
<style>
a { background-color: #585609; }
a { background-color: rgb(88,86,9); }
div.DivClassName
{
background-color: #585609;
}
.BgClassName
{
background-color: #585609;
}
</style>
border-color css
<style>
span { border-color: #585609; }
span { border-color: rgb(88,86,9); }
td.TdClassName
{
border-color: #585609;
}
.TagClassName
{
border-color: #585609;
}
</style>