Shades of Verdun Green #58540B
Tints of Verdun Green #58540B
RGB
CMYK
RGB Variations
Color information
#58540B (or 0x58540B) is known color: Verdun Green. HEX triplet: 58, 54 and 0B. RGB value is (88,84,11). Sum of RGB (Red+Green+Blue) = 88+84+11=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58540B is #A7ABF4. Grayscale: #4D4D4D. Windows color (decimal): -10988533 or 742488. OLE color: 742488.
HSL color Cylindrical-coordinate representation of color #58540B: hue angle of 56.88º 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 #58540B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 11 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.65 |
| HSL | 56.88º | 0.78% | 0.19% | - |
| HSV(B) | 56.88º | 0.88% | 0.35% | - |
| XYZ | 7.26 | 8.44 | 1.56 | - |
| YUV | 76.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 11 | 0 | 0.05 | 0.88 | 0.65 | 56.88 | 0.78 | 0.19 |
| Hex | 58 | 54 | B | 0 | 5 | 58 | 41 | 39 | 4E | 13 |
| Octal | 130 | 124 | 13 | 0 | 5 | 130 | 101 | 71 | 116 | 23 |
| Binary | 1011000 | 1010100 | 1011 | 0 | 101 | 1011000 | 1000001 | 111001 | 1001110 | 10011 |
Color Harmonies of #58540B
Complementary color
Monochromatic Colors of #58540B
Black with #58540B
Text Example
Text Example
White with #58540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58540B; }
p { color: rgb(88,84,11); }
H1.HeaderClassName
{
color: #58540B;
}
.AnyTagClassName
{
color: #58540B;
}
</style>
background-color css
<style>
a { background-color: #58540B; }
a { background-color: rgb(88,84,11); }
div.DivClassName
{
background-color: #58540B;
}
.BgClassName
{
background-color: #58540B;
}
</style>
border-color css
<style>
span { border-color: #58540B; }
span { border-color: rgb(88,84,11); }
td.TdClassName
{
border-color: #58540B;
}
.TagClassName
{
border-color: #58540B;
}
</style>