Shades of Verdun Green #585F08
Tints of Verdun Green #585F08
RGB
CMYK
RGB Variations
Color information
#585F08 (or 0x585F08) is known color: Verdun Green. HEX triplet: 58, 5F and 08. RGB value is (88,95,8). Sum of RGB (Red+Green+Blue) = 88+95+8=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #585F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F08 is #A7A0F7. Grayscale: #535353. Windows color (decimal): -10985720 or 548696. OLE color: 548696.
HSL color Cylindrical-coordinate representation of color #585F08: hue angle of 64.83º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #585F08 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 8 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.63 |
| HSL | 64.83º | 0.84% | 0.2% | - |
| HSV(B) | 64.83º | 0.92% | 0.37% | - |
| XYZ | 8.16 | 10.28 | 1.78 | - |
| YUV | 82.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 8 | 0.07 | 0 | 0.92 | 0.63 | 64.83 | 0.84 | 0.2 |
| Hex | 58 | 5F | 8 | 7 | 0 | 5C | 3F | 41 | 54 | 14 |
| Octal | 130 | 137 | 10 | 7 | 0 | 134 | 77 | 101 | 124 | 24 |
| Binary | 1011000 | 1011111 | 1000 | 111 | 0 | 1011100 | 111111 | 1000001 | 1010100 | 10100 |
Color Harmonies of #585F08
Complementary color
Monochromatic Colors of #585F08
Black with #585F08
Text Example
Text Example
White with #585F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F08; }
p { color: rgb(88,95,8); }
H1.HeaderClassName
{
color: #585F08;
}
.AnyTagClassName
{
color: #585F08;
}
</style>
background-color css
<style>
a { background-color: #585F08; }
a { background-color: rgb(88,95,8); }
div.DivClassName
{
background-color: #585F08;
}
.BgClassName
{
background-color: #585F08;
}
</style>
border-color css
<style>
span { border-color: #585F08; }
span { border-color: rgb(88,95,8); }
td.TdClassName
{
border-color: #585F08;
}
.TagClassName
{
border-color: #585F08;
}
</style>