Shades of Verdun Green #585200
Tints of Verdun Green #585200
RGB
CMYK
RGB Variations
Color information
#585200 (or 0x585200) is known color: Verdun Green. HEX triplet: 58, 52 and 00. RGB value is (88,82,0). Sum of RGB (Red+Green+Blue) = 88+82+0=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #585200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585200 is #A7ADFF. Grayscale: #4A4A4A. Windows color (decimal): -10989056 or 21080. OLE color: 21080.
HSL color Cylindrical-coordinate representation of color #585200: hue angle of 55.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #585200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 82 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.65 |
| HSL | 55.91º | 1% | 0.17% | - |
| HSV(B) | 55.91º | 1% | 0.35% | - |
| XYZ | 7.04 | 8.11 | 1.19 | - |
| YUV | 74.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 0 | 0 | 0.07 | 1 | 0.65 | 55.91 | 1 | 0.17 |
| Hex | 58 | 52 | 0 | 0 | 7 | 64 | 41 | 38 | 64 | 11 |
| Octal | 130 | 122 | 0 | 0 | 7 | 144 | 101 | 70 | 144 | 21 |
| Binary | 1011000 | 1010010 | 0 | 0 | 111 | 1100100 | 1000001 | 111000 | 1100100 | 10001 |
Color Harmonies of #585200
Complementary color
Monochromatic Colors of #585200
Black with #585200
Text Example
Text Example
White with #585200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585200; }
p { color: rgb(88,82,0); }
H1.HeaderClassName
{
color: #585200;
}
.AnyTagClassName
{
color: #585200;
}
</style>
background-color css
<style>
a { background-color: #585200; }
a { background-color: rgb(88,82,0); }
div.DivClassName
{
background-color: #585200;
}
.BgClassName
{
background-color: #585200;
}
</style>
border-color css
<style>
span { border-color: #585200; }
span { border-color: rgb(88,82,0); }
td.TdClassName
{
border-color: #585200;
}
.TagClassName
{
border-color: #585200;
}
</style>