Shades of Verdun Green #5B590B
Tints of Verdun Green #5B590B
RGB
CMYK
RGB Variations
Color information
#5B590B (or 0x5B590B) is known color: Verdun Green. HEX triplet: 5B, 59 and 0B. RGB value is (91,89,11). Sum of RGB (Red+Green+Blue) = 91+89+11=191 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.64% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 91 - color contains mainly: red. Hex color #5B590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B590B is #A4A6F4. Grayscale: #515151. Windows color (decimal): -10790645 or 743771. OLE color: 743771.
HSL color Cylindrical-coordinate representation of color #5B590B: hue angle of 58.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B590B is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 11 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.64 |
| HSL | 58.5º | 0.78% | 0.2% | - |
| HSV(B) | 58.5º | 0.88% | 0.36% | - |
| XYZ | 7.95 | 9.39 | 1.71 | - |
| YUV | 80.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 11 | 0 | 0.02 | 0.88 | 0.64 | 58.5 | 0.78 | 0.2 |
| Hex | 5B | 59 | B | 0 | 2 | 58 | 40 | 3A | 4E | 14 |
| Octal | 133 | 131 | 13 | 0 | 2 | 130 | 100 | 72 | 116 | 24 |
| Binary | 1011011 | 1011001 | 1011 | 0 | 10 | 1011000 | 1000000 | 111010 | 1001110 | 10100 |
Color Harmonies of #5B590B
Complementary color
Monochromatic Colors of #5B590B
Black with #5B590B
Text Example
Text Example
White with #5B590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B590B; }
p { color: rgb(91,89,11); }
H1.HeaderClassName
{
color: #5B590B;
}
.AnyTagClassName
{
color: #5B590B;
}
</style>
background-color css
<style>
a { background-color: #5B590B; }
a { background-color: rgb(91,89,11); }
div.DivClassName
{
background-color: #5B590B;
}
.BgClassName
{
background-color: #5B590B;
}
</style>
border-color css
<style>
span { border-color: #5B590B; }
span { border-color: rgb(91,89,11); }
td.TdClassName
{
border-color: #5B590B;
}
.TagClassName
{
border-color: #5B590B;
}
</style>