Shades of Verdun Green #3A590B
Tints of Verdun Green #3A590B
RGB
CMYK
RGB Variations
Color information
#3A590B (or 0x3A590B) is known color: Verdun Green. HEX triplet: 3A, 59 and 0B. RGB value is (58,89,11). Sum of RGB (Red+Green+Blue) = 58+89+11=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #3A590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A590B is #C5A6F4. Grayscale: #474747. Windows color (decimal): -12953333 or 743738. OLE color: 743738.
HSL color Cylindrical-coordinate representation of color #3A590B: hue angle of 83.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A590B is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 11 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.65 |
| HSL | 83.85º | 0.78% | 0.2% | - |
| HSV(B) | 83.85º | 0.88% | 0.35% | - |
| XYZ | 5.38 | 8.07 | 1.59 | - |
| YUV | 70.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 11 | 0.35 | 0 | 0.88 | 0.65 | 83.85 | 0.78 | 0.2 |
| Hex | 3A | 59 | B | 23 | 0 | 58 | 41 | 54 | 4E | 14 |
| Octal | 72 | 131 | 13 | 43 | 0 | 130 | 101 | 124 | 116 | 24 |
| Binary | 111010 | 1011001 | 1011 | 100011 | 0 | 1011000 | 1000001 | 1010100 | 1001110 | 10100 |
Color Harmonies of #3A590B
Complementary color
Monochromatic Colors of #3A590B
Black with #3A590B
Text Example
Text Example
White with #3A590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A590B; }
p { color: rgb(58,89,11); }
H1.HeaderClassName
{
color: #3A590B;
}
.AnyTagClassName
{
color: #3A590B;
}
</style>
background-color css
<style>
a { background-color: #3A590B; }
a { background-color: rgb(58,89,11); }
div.DivClassName
{
background-color: #3A590B;
}
.BgClassName
{
background-color: #3A590B;
}
</style>
border-color css
<style>
span { border-color: #3A590B; }
span { border-color: rgb(58,89,11); }
td.TdClassName
{
border-color: #3A590B;
}
.TagClassName
{
border-color: #3A590B;
}
</style>