Shades of Verdun Green #585904
Tints of Verdun Green #585904
RGB
CMYK
RGB Variations
Color information
#585904 (or 0x585904) is known color: Verdun Green. HEX triplet: 58, 59 and 04. RGB value is (88,89,4). Sum of RGB (Red+Green+Blue) = 88+89+4=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #585904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585904 is #A7A6FB. Grayscale: #4F4F4F. Windows color (decimal): -10987260 or 285016. OLE color: 285016.
HSL color Cylindrical-coordinate representation of color #585904: hue angle of 60.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #585904 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 4 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.65 |
| HSL | 60.71º | 0.91% | 0.18% | - |
| HSV(B) | 60.71º | 0.96% | 0.35% | - |
| XYZ | 7.62 | 9.23 | 1.49 | - |
| YUV | 79.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 4 | 0.01 | 0 | 0.96 | 0.65 | 60.71 | 0.91 | 0.18 |
| Hex | 58 | 59 | 4 | 1 | 0 | 60 | 41 | 3D | 5B | 12 |
| Octal | 130 | 131 | 4 | 1 | 0 | 140 | 101 | 75 | 133 | 22 |
| Binary | 1011000 | 1011001 | 100 | 1 | 0 | 1100000 | 1000001 | 111101 | 1011011 | 10010 |
Color Harmonies of #585904
Complementary color
Monochromatic Colors of #585904
Black with #585904
Text Example
Text Example
White with #585904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585904; }
p { color: rgb(88,89,4); }
H1.HeaderClassName
{
color: #585904;
}
.AnyTagClassName
{
color: #585904;
}
</style>
background-color css
<style>
a { background-color: #585904; }
a { background-color: rgb(88,89,4); }
div.DivClassName
{
background-color: #585904;
}
.BgClassName
{
background-color: #585904;
}
</style>
border-color css
<style>
span { border-color: #585904; }
span { border-color: rgb(88,89,4); }
td.TdClassName
{
border-color: #585904;
}
.TagClassName
{
border-color: #585904;
}
</style>