Shades of Verdun Green #3A6205
Tints of Verdun Green #3A6205
RGB
CMYK
RGB Variations
Color information
#3A6205 (or 0x3A6205) is known color: Verdun Green. HEX triplet: 3A, 62 and 05. RGB value is (58,98,5). Sum of RGB (Red+Green+Blue) = 58+98+5=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6205 is #C59DFA. Grayscale: #4B4B4B. Windows color (decimal): -12951035 or 352826. OLE color: 352826.
HSL color Cylindrical-coordinate representation of color #3A6205: hue angle of 85.81º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A6205 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 5 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.62 |
| HSL | 85.81º | 0.9% | 0.2% | - |
| HSV(B) | 85.81º | 0.95% | 0.38% | - |
| XYZ | 6.14 | 9.65 | 1.68 | - |
| YUV | 75.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 5 | 0.41 | 0 | 0.95 | 0.62 | 85.81 | 0.9 | 0.2 |
| Hex | 3A | 62 | 5 | 29 | 0 | 5F | 3E | 56 | 5A | 14 |
| Octal | 72 | 142 | 5 | 51 | 0 | 137 | 76 | 126 | 132 | 24 |
| Binary | 111010 | 1100010 | 101 | 101001 | 0 | 1011111 | 111110 | 1010110 | 1011010 | 10100 |
Color Harmonies of #3A6205
Complementary color
Monochromatic Colors of #3A6205
Black with #3A6205
Text Example
Text Example
White with #3A6205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6205; }
p { color: rgb(58,98,5); }
H1.HeaderClassName
{
color: #3A6205;
}
.AnyTagClassName
{
color: #3A6205;
}
</style>
background-color css
<style>
a { background-color: #3A6205; }
a { background-color: rgb(58,98,5); }
div.DivClassName
{
background-color: #3A6205;
}
.BgClassName
{
background-color: #3A6205;
}
</style>
border-color css
<style>
span { border-color: #3A6205; }
span { border-color: rgb(58,98,5); }
td.TdClassName
{
border-color: #3A6205;
}
.TagClassName
{
border-color: #3A6205;
}
</style>