Shades of Verdun Green #3A620E
Tints of Verdun Green #3A620E
RGB
CMYK
RGB Variations
Color information
#3A620E (or 0x3A620E) is known color: Verdun Green. HEX triplet: 3A, 62 and 0E. RGB value is (58,98,14). Sum of RGB (Red+Green+Blue) = 58+98+14=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620E is #C59DF1. Grayscale: #4C4C4C. Windows color (decimal): -12951026 or 942650. OLE color: 942650.
HSL color Cylindrical-coordinate representation of color #3A620E: hue angle of 88.57º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A620E is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 14 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.62 |
| HSL | 88.57º | 0.75% | 0.22% | - |
| HSV(B) | 88.57º | 0.86% | 0.38% | - |
| XYZ | 6.19 | 9.67 | 1.95 | - |
| YUV | 76.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 14 | 0.41 | 0 | 0.86 | 0.62 | 88.57 | 0.75 | 0.22 |
| Hex | 3A | 62 | E | 29 | 0 | 56 | 3E | 59 | 4B | 16 |
| Octal | 72 | 142 | 16 | 51 | 0 | 126 | 76 | 131 | 113 | 26 |
| Binary | 111010 | 1100010 | 1110 | 101001 | 0 | 1010110 | 111110 | 1011001 | 1001011 | 10110 |
Color Harmonies of #3A620E
Complementary color
Monochromatic Colors of #3A620E
Black with #3A620E
Text Example
Text Example
White with #3A620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A620E; }
p { color: rgb(58,98,14); }
H1.HeaderClassName
{
color: #3A620E;
}
.AnyTagClassName
{
color: #3A620E;
}
</style>
background-color css
<style>
a { background-color: #3A620E; }
a { background-color: rgb(58,98,14); }
div.DivClassName
{
background-color: #3A620E;
}
.BgClassName
{
background-color: #3A620E;
}
</style>
border-color css
<style>
span { border-color: #3A620E; }
span { border-color: rgb(58,98,14); }
td.TdClassName
{
border-color: #3A620E;
}
.TagClassName
{
border-color: #3A620E;
}
</style>