Shades of Verdun Green #585800
Tints of Verdun Green #585800
RGB
CMYK
RGB Variations
Color information
#585800 (or 0x585800) is known color: Verdun Green. HEX triplet: 58, 58 and 00. RGB value is (88,88,0). Sum of RGB (Red+Green+Blue) = 88+88+0=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585800 is #A7A7FF. Grayscale: #4E4E4E. Windows color (decimal): -10987520 or 22616. OLE color: 22616.
HSL color Cylindrical-coordinate representation of color #585800: hue angle of 60º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #585800 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.65 |
| HSL | 60º | 1% | 0.17% | - |
| HSV(B) | 60º | 1% | 0.35% | - |
| XYZ | 7.51 | 9.05 | 1.35 | - |
| YUV | 77.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 0 | 0 | 0 | 1 | 0.65 | 60 | 1 | 0.17 |
| Hex | 58 | 58 | 0 | 0 | 0 | 64 | 41 | 3C | 64 | 11 |
| Octal | 130 | 130 | 0 | 0 | 0 | 144 | 101 | 74 | 144 | 21 |
| Binary | 1011000 | 1011000 | 0 | 0 | 0 | 1100100 | 1000001 | 111100 | 1100100 | 10001 |
Color Harmonies of #585800
Complementary color
Monochromatic Colors of #585800
Black with #585800
Text Example
Text Example
White with #585800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585800; }
p { color: rgb(88,88,0); }
H1.HeaderClassName
{
color: #585800;
}
.AnyTagClassName
{
color: #585800;
}
</style>
background-color css
<style>
a { background-color: #585800; }
a { background-color: rgb(88,88,0); }
div.DivClassName
{
background-color: #585800;
}
.BgClassName
{
background-color: #585800;
}
</style>
border-color css
<style>
span { border-color: #585800; }
span { border-color: rgb(88,88,0); }
td.TdClassName
{
border-color: #585800;
}
.TagClassName
{
border-color: #585800;
}
</style>