Shades of Verdun Green #58550B
Tints of Verdun Green #58550B
RGB
CMYK
RGB Variations
Color information
#58550B (or 0x58550B) is known color: Verdun Green. HEX triplet: 58, 55 and 0B. RGB value is (88,85,11). Sum of RGB (Red+Green+Blue) = 88+85+11=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #58550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58550B is #A7AAF4. Grayscale: #4D4D4D. Windows color (decimal): -10988277 or 742744. OLE color: 742744.
HSL color Cylindrical-coordinate representation of color #58550B: hue angle of 57.66º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58550B is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 11 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.65 |
| HSL | 57.66º | 0.78% | 0.19% | - |
| HSV(B) | 57.66º | 0.88% | 0.35% | - |
| XYZ | 7.33 | 8.6 | 1.59 | - |
| YUV | 77.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 11 | 0 | 0.03 | 0.88 | 0.65 | 57.66 | 0.78 | 0.19 |
| Hex | 58 | 55 | B | 0 | 3 | 58 | 41 | 3A | 4E | 13 |
| Octal | 130 | 125 | 13 | 0 | 3 | 130 | 101 | 72 | 116 | 23 |
| Binary | 1011000 | 1010101 | 1011 | 0 | 11 | 1011000 | 1000001 | 111010 | 1001110 | 10011 |
Color Harmonies of #58550B
Complementary color
Monochromatic Colors of #58550B
Black with #58550B
Text Example
Text Example
White with #58550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58550B; }
p { color: rgb(88,85,11); }
H1.HeaderClassName
{
color: #58550B;
}
.AnyTagClassName
{
color: #58550B;
}
</style>
background-color css
<style>
a { background-color: #58550B; }
a { background-color: rgb(88,85,11); }
div.DivClassName
{
background-color: #58550B;
}
.BgClassName
{
background-color: #58550B;
}
</style>
border-color css
<style>
span { border-color: #58550B; }
span { border-color: rgb(88,85,11); }
td.TdClassName
{
border-color: #58550B;
}
.TagClassName
{
border-color: #58550B;
}
</style>