Shades of Verdun Green #3A6109
Tints of Verdun Green #3A6109
RGB
CMYK
RGB Variations
Color information
#3A6109 (or 0x3A6109) is known color: Verdun Green. HEX triplet: 3A, 61 and 09. RGB value is (58,97,9). Sum of RGB (Red+Green+Blue) = 58+97+9=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6109 is #C59EF6. Grayscale: #4B4B4B. Windows color (decimal): -12951287 or 614714. OLE color: 614714.
HSL color Cylindrical-coordinate representation of color #3A6109: hue angle of 86.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A6109 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 9 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.62 |
| HSL | 86.59º | 0.83% | 0.21% | - |
| HSV(B) | 86.59º | 0.91% | 0.38% | - |
| XYZ | 6.07 | 9.47 | 1.77 | - |
| YUV | 75.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 9 | 0.40 | 0 | 0.91 | 0.62 | 86.59 | 0.83 | 0.21 |
| Hex | 3A | 61 | 9 | 28 | 0 | 5B | 3E | 57 | 53 | 15 |
| Octal | 72 | 141 | 11 | 50 | 0 | 133 | 76 | 127 | 123 | 25 |
| Binary | 111010 | 1100001 | 1001 | 101000 | 0 | 1011011 | 111110 | 1010111 | 1010011 | 10101 |
Color Harmonies of #3A6109
Complementary color
Monochromatic Colors of #3A6109
Black with #3A6109
Text Example
Text Example
White with #3A6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6109; }
p { color: rgb(58,97,9); }
H1.HeaderClassName
{
color: #3A6109;
}
.AnyTagClassName
{
color: #3A6109;
}
</style>
background-color css
<style>
a { background-color: #3A6109; }
a { background-color: rgb(58,97,9); }
div.DivClassName
{
background-color: #3A6109;
}
.BgClassName
{
background-color: #3A6109;
}
</style>
border-color css
<style>
span { border-color: #3A6109; }
span { border-color: rgb(58,97,9); }
td.TdClassName
{
border-color: #3A6109;
}
.TagClassName
{
border-color: #3A6109;
}
</style>