Shades of Verdun Green #3A5209
Tints of Verdun Green #3A5209
RGB
CMYK
RGB Variations
Color information
#3A5209 (or 0x3A5209) is known color: Verdun Green. HEX triplet: 3A, 52 and 09. RGB value is (58,82,9). Sum of RGB (Red+Green+Blue) = 58+82+9=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5209 is #C5ADF6. Grayscale: #424242. Windows color (decimal): -12955127 or 610874. OLE color: 610874.
HSL color Cylindrical-coordinate representation of color #3A5209: hue angle of 79.73º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A5209 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 9 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.68 |
| HSL | 79.73º | 0.8% | 0.18% | - |
| HSV(B) | 79.73º | 0.89% | 0.32% | - |
| XYZ | 4.81 | 6.95 | 1.35 | - |
| YUV | 66.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 9 | 0.29 | 0 | 0.89 | 0.68 | 79.73 | 0.8 | 0.18 |
| Hex | 3A | 52 | 9 | 1D | 0 | 59 | 44 | 50 | 50 | 12 |
| Octal | 72 | 122 | 11 | 35 | 0 | 131 | 104 | 120 | 120 | 22 |
| Binary | 111010 | 1010010 | 1001 | 11101 | 0 | 1011001 | 1000100 | 1010000 | 1010000 | 10010 |
Color Harmonies of #3A5209
Complementary color
Monochromatic Colors of #3A5209
Black with #3A5209
Text Example
Text Example
White with #3A5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5209; }
p { color: rgb(58,82,9); }
H1.HeaderClassName
{
color: #3A5209;
}
.AnyTagClassName
{
color: #3A5209;
}
</style>
background-color css
<style>
a { background-color: #3A5209; }
a { background-color: rgb(58,82,9); }
div.DivClassName
{
background-color: #3A5209;
}
.BgClassName
{
background-color: #3A5209;
}
</style>
border-color css
<style>
span { border-color: #3A5209; }
span { border-color: rgb(58,82,9); }
td.TdClassName
{
border-color: #3A5209;
}
.TagClassName
{
border-color: #3A5209;
}
</style>