Shades of Verdun Green #585902
Tints of Verdun Green #585902
RGB
CMYK
RGB Variations
Color information
#585902 (or 0x585902) is known color: Verdun Green. HEX triplet: 58, 59 and 02. RGB value is (88,89,2). Sum of RGB (Red+Green+Blue) = 88+89+2=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #585902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585902 is #A7A6FD. Grayscale: #4F4F4F. Windows color (decimal): -10987262 or 153944. OLE color: 153944.
HSL color Cylindrical-coordinate representation of color #585902: hue angle of 60.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #585902 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 2 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.65 |
| HSL | 60.69º | 0.96% | 0.18% | - |
| HSV(B) | 60.69º | 0.98% | 0.35% | - |
| XYZ | 7.61 | 9.22 | 1.44 | - |
| YUV | 78.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 2 | 0.01 | 0 | 0.98 | 0.65 | 60.69 | 0.96 | 0.18 |
| Hex | 58 | 59 | 2 | 1 | 0 | 62 | 41 | 3D | 60 | 12 |
| Octal | 130 | 131 | 2 | 1 | 0 | 142 | 101 | 75 | 140 | 22 |
| Binary | 1011000 | 1011001 | 10 | 1 | 0 | 1100010 | 1000001 | 111101 | 1100000 | 10010 |
Color Harmonies of #585902
Complementary color
Monochromatic Colors of #585902
Black with #585902
Text Example
Text Example
White with #585902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585902; }
p { color: rgb(88,89,2); }
H1.HeaderClassName
{
color: #585902;
}
.AnyTagClassName
{
color: #585902;
}
</style>
background-color css
<style>
a { background-color: #585902; }
a { background-color: rgb(88,89,2); }
div.DivClassName
{
background-color: #585902;
}
.BgClassName
{
background-color: #585902;
}
</style>
border-color css
<style>
span { border-color: #585902; }
span { border-color: rgb(88,89,2); }
td.TdClassName
{
border-color: #585902;
}
.TagClassName
{
border-color: #585902;
}
</style>