Shades of Verdun Green #3A6209
Tints of Verdun Green #3A6209
RGB
CMYK
RGB Variations
Color information
#3A6209 (or 0x3A6209) is known color: Verdun Green. HEX triplet: 3A, 62 and 09. RGB value is (58,98,9). Sum of RGB (Red+Green+Blue) = 58+98+9=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6209 is #C59DF6. Grayscale: #4C4C4C. Windows color (decimal): -12951031 or 614970. OLE color: 614970.
HSL color Cylindrical-coordinate representation of color #3A6209: hue angle of 86.97º 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 #3A6209 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 9 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.62 |
| HSL | 86.97º | 0.83% | 0.21% | - |
| HSV(B) | 86.97º | 0.91% | 0.38% | - |
| XYZ | 6.16 | 9.65 | 1.8 | - |
| YUV | 75.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 9 | 0.41 | 0 | 0.91 | 0.62 | 86.97 | 0.83 | 0.21 |
| Hex | 3A | 62 | 9 | 29 | 0 | 5B | 3E | 57 | 53 | 15 |
| Octal | 72 | 142 | 11 | 51 | 0 | 133 | 76 | 127 | 123 | 25 |
| Binary | 111010 | 1100010 | 1001 | 101001 | 0 | 1011011 | 111110 | 1010111 | 1010011 | 10101 |
Color Harmonies of #3A6209
Complementary color
Monochromatic Colors of #3A6209
Black with #3A6209
Text Example
Text Example
White with #3A6209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6209; }
p { color: rgb(58,98,9); }
H1.HeaderClassName
{
color: #3A6209;
}
.AnyTagClassName
{
color: #3A6209;
}
</style>
background-color css
<style>
a { background-color: #3A6209; }
a { background-color: rgb(58,98,9); }
div.DivClassName
{
background-color: #3A6209;
}
.BgClassName
{
background-color: #3A6209;
}
</style>
border-color css
<style>
span { border-color: #3A6209; }
span { border-color: rgb(58,98,9); }
td.TdClassName
{
border-color: #3A6209;
}
.TagClassName
{
border-color: #3A6209;
}
</style>