Shades of Verdun Green #585F00
Tints of Verdun Green #585F00
RGB
CMYK
RGB Variations
Color information
#585F00 (or 0x585F00) is known color: Verdun Green. HEX triplet: 58, 5F and 00. RGB value is (88,95,0). Sum of RGB (Red+Green+Blue) = 88+95+0=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #585F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F00 is #A7A0FF. Grayscale: #525252. Windows color (decimal): -10985728 or 24408. OLE color: 24408.
HSL color Cylindrical-coordinate representation of color #585F00: hue angle of 64.42º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #585F00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.63 |
| HSL | 64.42º | 1% | 0.19% | - |
| HSV(B) | 64.42º | 1% | 0.37% | - |
| XYZ | 8.12 | 10.26 | 1.55 | - |
| YUV | 82.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 0 | 0.07 | 0 | 1 | 0.63 | 64.42 | 1 | 0.19 |
| Hex | 58 | 5F | 0 | 7 | 0 | 64 | 3F | 40 | 64 | 13 |
| Octal | 130 | 137 | 0 | 7 | 0 | 144 | 77 | 100 | 144 | 23 |
| Binary | 1011000 | 1011111 | 0 | 111 | 0 | 1100100 | 111111 | 1000000 | 1100100 | 10011 |
Color Harmonies of #585F00
Complementary color
Monochromatic Colors of #585F00
Black with #585F00
Text Example
Text Example
White with #585F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F00; }
p { color: rgb(88,95,0); }
H1.HeaderClassName
{
color: #585F00;
}
.AnyTagClassName
{
color: #585F00;
}
</style>
background-color css
<style>
a { background-color: #585F00; }
a { background-color: rgb(88,95,0); }
div.DivClassName
{
background-color: #585F00;
}
.BgClassName
{
background-color: #585F00;
}
</style>
border-color css
<style>
span { border-color: #585F00; }
span { border-color: rgb(88,95,0); }
td.TdClassName
{
border-color: #585F00;
}
.TagClassName
{
border-color: #585F00;
}
</style>