Shades of Verdun Green #58570B
Tints of Verdun Green #58570B
RGB
CMYK
RGB Variations
Color information
#58570B (or 0x58570B) is known color: Verdun Green. HEX triplet: 58, 57 and 0B. RGB value is (88,87,11). Sum of RGB (Red+Green+Blue) = 88+87+11=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58570B is #A7A8F4. Grayscale: #4E4E4E. Windows color (decimal): -10987765 or 743256. OLE color: 743256.
HSL color Cylindrical-coordinate representation of color #58570B: hue angle of 59.22º 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 #58570B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 87 | 11 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.65 |
| HSL | 59.22º | 0.78% | 0.19% | - |
| HSV(B) | 59.22º | 0.88% | 0.35% | - |
| XYZ | 7.49 | 8.92 | 1.64 | - |
| YUV | 78.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 11 | 0 | 0.01 | 0.88 | 0.65 | 59.22 | 0.78 | 0.19 |
| Hex | 58 | 57 | B | 0 | 1 | 58 | 41 | 3B | 4E | 13 |
| Octal | 130 | 127 | 13 | 0 | 1 | 130 | 101 | 73 | 116 | 23 |
| Binary | 1011000 | 1010111 | 1011 | 0 | 1 | 1011000 | 1000001 | 111011 | 1001110 | 10011 |
Color Harmonies of #58570B
Complementary color
Monochromatic Colors of #58570B
Black with #58570B
Text Example
Text Example
White with #58570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58570B; }
p { color: rgb(88,87,11); }
H1.HeaderClassName
{
color: #58570B;
}
.AnyTagClassName
{
color: #58570B;
}
</style>
background-color css
<style>
a { background-color: #58570B; }
a { background-color: rgb(88,87,11); }
div.DivClassName
{
background-color: #58570B;
}
.BgClassName
{
background-color: #58570B;
}
</style>
border-color css
<style>
span { border-color: #58570B; }
span { border-color: rgb(88,87,11); }
td.TdClassName
{
border-color: #58570B;
}
.TagClassName
{
border-color: #58570B;
}
</style>