Shades of Verdun Green #585506
Tints of Verdun Green #585506
RGB
CMYK
RGB Variations
Color information
#585506 (or 0x585506) is known color: Verdun Green. HEX triplet: 58, 55 and 06. RGB value is (88,85,6). Sum of RGB (Red+Green+Blue) = 88+85+6=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #585506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585506 is #A7AAF9. Grayscale: #4D4D4D. Windows color (decimal): -10988282 or 415064. OLE color: 415064.
HSL color Cylindrical-coordinate representation of color #585506: hue angle of 57.8º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #585506 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 6 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.65 |
| HSL | 57.8º | 0.87% | 0.18% | - |
| HSV(B) | 57.8º | 0.93% | 0.35% | - |
| XYZ | 7.31 | 8.58 | 1.44 | - |
| YUV | 76.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 6 | 0 | 0.03 | 0.93 | 0.65 | 57.8 | 0.87 | 0.18 |
| Hex | 58 | 55 | 6 | 0 | 3 | 5D | 41 | 3A | 57 | 12 |
| Octal | 130 | 125 | 6 | 0 | 3 | 135 | 101 | 72 | 127 | 22 |
| Binary | 1011000 | 1010101 | 110 | 0 | 11 | 1011101 | 1000001 | 111010 | 1010111 | 10010 |
Color Harmonies of #585506
Complementary color
Monochromatic Colors of #585506
Black with #585506
Text Example
Text Example
White with #585506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585506; }
p { color: rgb(88,85,6); }
H1.HeaderClassName
{
color: #585506;
}
.AnyTagClassName
{
color: #585506;
}
</style>
background-color css
<style>
a { background-color: #585506; }
a { background-color: rgb(88,85,6); }
div.DivClassName
{
background-color: #585506;
}
.BgClassName
{
background-color: #585506;
}
</style>
border-color css
<style>
span { border-color: #585506; }
span { border-color: rgb(88,85,6); }
td.TdClassName
{
border-color: #585506;
}
.TagClassName
{
border-color: #585506;
}
</style>