Shades of Verdun Green #3A6909
Tints of Verdun Green #3A6909
RGB
CMYK
RGB Variations
Color information
#3A6909 (or 0x3A6909) is known color: Verdun Green. HEX triplet: 3A, 69 and 09. RGB value is (58,105,9). Sum of RGB (Red+Green+Blue) = 58+105+9=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6909 is #C596F6. Grayscale: #505050. Windows color (decimal): -12949239 or 616762. OLE color: 616762.
HSL color Cylindrical-coordinate representation of color #3A6909: hue angle of 89.37º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A6909 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 9 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.59 |
| HSL | 89.37º | 0.84% | 0.22% | - |
| HSV(B) | 89.37º | 0.91% | 0.41% | - |
| XYZ | 6.85 | 11.02 | 2.03 | - |
| YUV | 80 | 87.93 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 9 | 0.45 | 0 | 0.91 | 0.59 | 89.37 | 0.84 | 0.22 |
| Hex | 3A | 69 | 9 | 2D | 0 | 5B | 3B | 59 | 54 | 16 |
| Octal | 72 | 151 | 11 | 55 | 0 | 133 | 73 | 131 | 124 | 26 |
| Binary | 111010 | 1101001 | 1001 | 101101 | 0 | 1011011 | 111011 | 1011001 | 1010100 | 10110 |
Color Harmonies of #3A6909
Complementary color
Monochromatic Colors of #3A6909
Black with #3A6909
Text Example
Text Example
White with #3A6909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6909; }
p { color: rgb(58,105,9); }
H1.HeaderClassName
{
color: #3A6909;
}
.AnyTagClassName
{
color: #3A6909;
}
</style>
background-color css
<style>
a { background-color: #3A6909; }
a { background-color: rgb(58,105,9); }
div.DivClassName
{
background-color: #3A6909;
}
.BgClassName
{
background-color: #3A6909;
}
</style>
border-color css
<style>
span { border-color: #3A6909; }
span { border-color: rgb(58,105,9); }
td.TdClassName
{
border-color: #3A6909;
}
.TagClassName
{
border-color: #3A6909;
}
</style>