Shades of Verdun Green #3A620A
Tints of Verdun Green #3A620A
RGB
CMYK
RGB Variations
Color information
#3A620A (or 0x3A620A) is known color: Verdun Green. HEX triplet: 3A, 62 and 0A. RGB value is (58,98,10). Sum of RGB (Red+Green+Blue) = 58+98+10=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620A is #C59DF5. Grayscale: #4C4C4C. Windows color (decimal): -12951030 or 680506. OLE color: 680506.
HSL color Cylindrical-coordinate representation of color #3A620A: hue angle of 87.27º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A620A is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 10 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.62 |
| HSL | 87.27º | 0.81% | 0.21% | - |
| HSV(B) | 87.27º | 0.9% | 0.38% | - |
| XYZ | 6.17 | 9.66 | 1.83 | - |
| YUV | 76.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 10 | 0.41 | 0 | 0.90 | 0.62 | 87.27 | 0.81 | 0.21 |
| Hex | 3A | 62 | A | 29 | 0 | 5A | 3E | 57 | 51 | 15 |
| Octal | 72 | 142 | 12 | 51 | 0 | 132 | 76 | 127 | 121 | 25 |
| Binary | 111010 | 1100010 | 1010 | 101001 | 0 | 1011010 | 111110 | 1010111 | 1010001 | 10101 |
Color Harmonies of #3A620A
Complementary color
Monochromatic Colors of #3A620A
Black with #3A620A
Text Example
Text Example
White with #3A620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A620A; }
p { color: rgb(58,98,10); }
H1.HeaderClassName
{
color: #3A620A;
}
.AnyTagClassName
{
color: #3A620A;
}
</style>
background-color css
<style>
a { background-color: #3A620A; }
a { background-color: rgb(58,98,10); }
div.DivClassName
{
background-color: #3A620A;
}
.BgClassName
{
background-color: #3A620A;
}
</style>
border-color css
<style>
span { border-color: #3A620A; }
span { border-color: rgb(58,98,10); }
td.TdClassName
{
border-color: #3A620A;
}
.TagClassName
{
border-color: #3A620A;
}
</style>