Shades of Verdun Green #585503
Tints of Verdun Green #585503
RGB
CMYK
RGB Variations
Color information
#585503 (or 0x585503) is known color: Verdun Green. HEX triplet: 58, 55 and 03. RGB value is (88,85,3). Sum of RGB (Red+Green+Blue) = 88+85+3=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585503 is #A7AAFC. Grayscale: #4C4C4C. Windows color (decimal): -10988285 or 218456. OLE color: 218456.
HSL color Cylindrical-coordinate representation of color #585503: hue angle of 57.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #585503 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 3 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.65 |
| HSL | 57.88º | 0.93% | 0.18% | - |
| HSV(B) | 57.88º | 0.97% | 0.35% | - |
| XYZ | 7.29 | 8.58 | 1.36 | - |
| YUV | 76.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 3 | 0 | 0.03 | 0.97 | 0.65 | 57.88 | 0.93 | 0.18 |
| Hex | 58 | 55 | 3 | 0 | 3 | 61 | 41 | 3A | 5D | 12 |
| Octal | 130 | 125 | 3 | 0 | 3 | 141 | 101 | 72 | 135 | 22 |
| Binary | 1011000 | 1010101 | 11 | 0 | 11 | 1100001 | 1000001 | 111010 | 1011101 | 10010 |
Color Harmonies of #585503
Complementary color
Monochromatic Colors of #585503
Black with #585503
Text Example
Text Example
White with #585503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585503; }
p { color: rgb(88,85,3); }
H1.HeaderClassName
{
color: #585503;
}
.AnyTagClassName
{
color: #585503;
}
</style>
background-color css
<style>
a { background-color: #585503; }
a { background-color: rgb(88,85,3); }
div.DivClassName
{
background-color: #585503;
}
.BgClassName
{
background-color: #585503;
}
</style>
border-color css
<style>
span { border-color: #585503; }
span { border-color: rgb(88,85,3); }
td.TdClassName
{
border-color: #585503;
}
.TagClassName
{
border-color: #585503;
}
</style>