Shades of Verdun Green #585705
Tints of Verdun Green #585705
RGB
CMYK
RGB Variations
Color information
#585705 (or 0x585705) is known color: Verdun Green. HEX triplet: 58, 57 and 05. RGB value is (88,87,5). Sum of RGB (Red+Green+Blue) = 88+87+5=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #585705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585705 is #A7A8FA. Grayscale: #4E4E4E. Windows color (decimal): -10987771 or 350040. OLE color: 350040.
HSL color Cylindrical-coordinate representation of color #585705: hue angle of 59.28º 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 #585705 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 87 | 5 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.65 |
| HSL | 59.28º | 0.89% | 0.18% | - |
| HSV(B) | 59.28º | 0.94% | 0.35% | - |
| XYZ | 7.46 | 8.9 | 1.47 | - |
| YUV | 77.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 5 | 0 | 0.01 | 0.94 | 0.65 | 59.28 | 0.89 | 0.18 |
| Hex | 58 | 57 | 5 | 0 | 1 | 5E | 41 | 3B | 59 | 12 |
| Octal | 130 | 127 | 5 | 0 | 1 | 136 | 101 | 73 | 131 | 22 |
| Binary | 1011000 | 1010111 | 101 | 0 | 1 | 1011110 | 1000001 | 111011 | 1011001 | 10010 |
Color Harmonies of #585705
Complementary color
Monochromatic Colors of #585705
Black with #585705
Text Example
Text Example
White with #585705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585705; }
p { color: rgb(88,87,5); }
H1.HeaderClassName
{
color: #585705;
}
.AnyTagClassName
{
color: #585705;
}
</style>
background-color css
<style>
a { background-color: #585705; }
a { background-color: rgb(88,87,5); }
div.DivClassName
{
background-color: #585705;
}
.BgClassName
{
background-color: #585705;
}
</style>
border-color css
<style>
span { border-color: #585705; }
span { border-color: rgb(88,87,5); }
td.TdClassName
{
border-color: #585705;
}
.TagClassName
{
border-color: #585705;
}
</style>