Shades of Verdun Green #3A620F
Tints of Verdun Green #3A620F
RGB
CMYK
RGB Variations
Color information
#3A620F (or 0x3A620F) is known color: Verdun Green. HEX triplet: 3A, 62 and 0F. RGB value is (58,98,15). Sum of RGB (Red+Green+Blue) = 58+98+15=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620F is #C59DF0. Grayscale: #4C4C4C. Windows color (decimal): -12951025 or 1008186. OLE color: 1008186.
HSL color Cylindrical-coordinate representation of color #3A620F: hue angle of 88.92º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A620F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 15 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.62 |
| HSL | 88.92º | 0.73% | 0.22% | - |
| HSV(B) | 88.92º | 0.85% | 0.38% | - |
| XYZ | 6.2 | 9.67 | 1.99 | - |
| YUV | 76.58 | 93.25 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 15 | 0.41 | 0 | 0.85 | 0.62 | 88.92 | 0.73 | 0.22 |
| Hex | 3A | 62 | F | 29 | 0 | 55 | 3E | 59 | 49 | 16 |
| Octal | 72 | 142 | 17 | 51 | 0 | 125 | 76 | 131 | 111 | 26 |
| Binary | 111010 | 1100010 | 1111 | 101001 | 0 | 1010101 | 111110 | 1011001 | 1001001 | 10110 |
Color Harmonies of #3A620F
Complementary color
Monochromatic Colors of #3A620F
Black with #3A620F
Text Example
Text Example
White with #3A620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A620F; }
p { color: rgb(58,98,15); }
H1.HeaderClassName
{
color: #3A620F;
}
.AnyTagClassName
{
color: #3A620F;
}
</style>
background-color css
<style>
a { background-color: #3A620F; }
a { background-color: rgb(58,98,15); }
div.DivClassName
{
background-color: #3A620F;
}
.BgClassName
{
background-color: #3A620F;
}
</style>
border-color css
<style>
span { border-color: #3A620F; }
span { border-color: rgb(58,98,15); }
td.TdClassName
{
border-color: #3A620F;
}
.TagClassName
{
border-color: #3A620F;
}
</style>