Shades of Verdun Green #3B590A
Tints of Verdun Green #3B590A
RGB
CMYK
RGB Variations
Color information
#3B590A (or 0x3B590A) is known color: Verdun Green. HEX triplet: 3B, 59 and 0A. RGB value is (59,89,10). Sum of RGB (Red+Green+Blue) = 59+89+10=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #3B590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B590A is #C4A6F5. Grayscale: #474747. Windows color (decimal): -12887798 or 678203. OLE color: 678203.
HSL color Cylindrical-coordinate representation of color #3B590A: hue angle of 82.78º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B590A is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 10 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.65 |
| HSL | 82.78º | 0.8% | 0.19% | - |
| HSV(B) | 82.78º | 0.89% | 0.35% | - |
| XYZ | 5.43 | 8.1 | 1.56 | - |
| YUV | 71.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 10 | 0.34 | 0 | 0.89 | 0.65 | 82.78 | 0.8 | 0.19 |
| Hex | 3B | 59 | A | 22 | 0 | 59 | 41 | 53 | 50 | 13 |
| Octal | 73 | 131 | 12 | 42 | 0 | 131 | 101 | 123 | 120 | 23 |
| Binary | 111011 | 1011001 | 1010 | 100010 | 0 | 1011001 | 1000001 | 1010011 | 1010000 | 10011 |
Color Harmonies of #3B590A
Complementary color
Monochromatic Colors of #3B590A
Black with #3B590A
Text Example
Text Example
White with #3B590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B590A; }
p { color: rgb(59,89,10); }
H1.HeaderClassName
{
color: #3B590A;
}
.AnyTagClassName
{
color: #3B590A;
}
</style>
background-color css
<style>
a { background-color: #3B590A; }
a { background-color: rgb(59,89,10); }
div.DivClassName
{
background-color: #3B590A;
}
.BgClassName
{
background-color: #3B590A;
}
</style>
border-color css
<style>
span { border-color: #3B590A; }
span { border-color: rgb(59,89,10); }
td.TdClassName
{
border-color: #3B590A;
}
.TagClassName
{
border-color: #3B590A;
}
</style>