Shades of Verdun Green #585D02
Tints of Verdun Green #585D02
RGB
CMYK
RGB Variations
Color information
#585D02 (or 0x585D02) is known color: Verdun Green. HEX triplet: 58, 5D and 02. RGB value is (88,93,2). Sum of RGB (Red+Green+Blue) = 88+93+2=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #585D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D02 is #A7A2FD. Grayscale: #515151. Windows color (decimal): -10986238 or 154968. OLE color: 154968.
HSL color Cylindrical-coordinate representation of color #585D02: hue angle of 63.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #585D02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 2 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.64 |
| HSL | 63.3º | 0.96% | 0.19% | - |
| HSV(B) | 63.3º | 0.98% | 0.36% | - |
| XYZ | 7.95 | 9.91 | 1.55 | - |
| YUV | 81.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 2 | 0.05 | 0 | 0.98 | 0.64 | 63.3 | 0.96 | 0.19 |
| Hex | 58 | 5D | 2 | 5 | 0 | 62 | 40 | 3F | 60 | 13 |
| Octal | 130 | 135 | 2 | 5 | 0 | 142 | 100 | 77 | 140 | 23 |
| Binary | 1011000 | 1011101 | 10 | 101 | 0 | 1100010 | 1000000 | 111111 | 1100000 | 10011 |
Color Harmonies of #585D02
Complementary color
Monochromatic Colors of #585D02
Black with #585D02
Text Example
Text Example
White with #585D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D02; }
p { color: rgb(88,93,2); }
H1.HeaderClassName
{
color: #585D02;
}
.AnyTagClassName
{
color: #585D02;
}
</style>
background-color css
<style>
a { background-color: #585D02; }
a { background-color: rgb(88,93,2); }
div.DivClassName
{
background-color: #585D02;
}
.BgClassName
{
background-color: #585D02;
}
</style>
border-color css
<style>
span { border-color: #585D02; }
span { border-color: rgb(88,93,2); }
td.TdClassName
{
border-color: #585D02;
}
.TagClassName
{
border-color: #585D02;
}
</style>