Shades of Verdun Green #3A590D
Tints of Verdun Green #3A590D
RGB
CMYK
RGB Variations
Color information
#3A590D (or 0x3A590D) is known color: Verdun Green. HEX triplet: 3A, 59 and 0D. RGB value is (58,89,13). Sum of RGB (Red+Green+Blue) = 58+89+13=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #3A590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A590D is #C5A6F2. Grayscale: #474747. Windows color (decimal): -12953331 or 874810. OLE color: 874810.
HSL color Cylindrical-coordinate representation of color #3A590D: hue angle of 84.47º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A590D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 89 | 13 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.65 |
| HSL | 84.47º | 0.75% | 0.2% | - |
| HSV(B) | 84.47º | 0.85% | 0.35% | - |
| XYZ | 5.39 | 8.07 | 1.66 | - |
| YUV | 71.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 13 | 0.35 | 0 | 0.85 | 0.65 | 84.47 | 0.75 | 0.2 |
| Hex | 3A | 59 | D | 23 | 0 | 55 | 41 | 54 | 4B | 14 |
| Octal | 72 | 131 | 15 | 43 | 0 | 125 | 101 | 124 | 113 | 24 |
| Binary | 111010 | 1011001 | 1101 | 100011 | 0 | 1010101 | 1000001 | 1010100 | 1001011 | 10100 |
Color Harmonies of #3A590D
Complementary color
Monochromatic Colors of #3A590D
Black with #3A590D
Text Example
Text Example
White with #3A590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A590D; }
p { color: rgb(58,89,13); }
H1.HeaderClassName
{
color: #3A590D;
}
.AnyTagClassName
{
color: #3A590D;
}
</style>
background-color css
<style>
a { background-color: #3A590D; }
a { background-color: rgb(58,89,13); }
div.DivClassName
{
background-color: #3A590D;
}
.BgClassName
{
background-color: #3A590D;
}
</style>
border-color css
<style>
span { border-color: #3A590D; }
span { border-color: rgb(58,89,13); }
td.TdClassName
{
border-color: #3A590D;
}
.TagClassName
{
border-color: #3A590D;
}
</style>