Shades of Verdun Green #585C08
Tints of Verdun Green #585C08
RGB
CMYK
RGB Variations
Color information
#585C08 (or 0x585C08) is known color: Verdun Green. HEX triplet: 58, 5C and 08. RGB value is (88,92,8). Sum of RGB (Red+Green+Blue) = 88+92+8=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #585C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585C08 is #A7A3F7. Grayscale: #515151. Windows color (decimal): -10986488 or 547928. OLE color: 547928.
HSL color Cylindrical-coordinate representation of color #585C08: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585C08 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 92 | 8 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.64 |
| HSL | 62.86º | 0.84% | 0.2% | - |
| HSV(B) | 62.86º | 0.91% | 0.36% | - |
| XYZ | 7.9 | 9.75 | 1.69 | - |
| YUV | 81.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 8 | 0.04 | 0 | 0.91 | 0.64 | 62.86 | 0.84 | 0.2 |
| Hex | 58 | 5C | 8 | 4 | 0 | 5B | 40 | 3F | 54 | 14 |
| Octal | 130 | 134 | 10 | 4 | 0 | 133 | 100 | 77 | 124 | 24 |
| Binary | 1011000 | 1011100 | 1000 | 100 | 0 | 1011011 | 1000000 | 111111 | 1010100 | 10100 |
Color Harmonies of #585C08
Complementary color
Monochromatic Colors of #585C08
Black with #585C08
Text Example
Text Example
White with #585C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C08; }
p { color: rgb(88,92,8); }
H1.HeaderClassName
{
color: #585C08;
}
.AnyTagClassName
{
color: #585C08;
}
</style>
background-color css
<style>
a { background-color: #585C08; }
a { background-color: rgb(88,92,8); }
div.DivClassName
{
background-color: #585C08;
}
.BgClassName
{
background-color: #585C08;
}
</style>
border-color css
<style>
span { border-color: #585C08; }
span { border-color: rgb(88,92,8); }
td.TdClassName
{
border-color: #585C08;
}
.TagClassName
{
border-color: #585C08;
}
</style>