Shades of Verdun Green #3A620B
Tints of Verdun Green #3A620B
RGB
CMYK
RGB Variations
Color information
#3A620B (or 0x3A620B) is known color: Verdun Green. HEX triplet: 3A, 62 and 0B. RGB value is (58,98,11). Sum of RGB (Red+Green+Blue) = 58+98+11=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #3A620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A620B is #C59DF4. Grayscale: #4C4C4C. Windows color (decimal): -12951029 or 746042. OLE color: 746042.
HSL color Cylindrical-coordinate representation of color #3A620B: hue angle of 87.59º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A620B is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 11 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.62 |
| HSL | 87.59º | 0.8% | 0.21% | - |
| HSV(B) | 87.59º | 0.89% | 0.38% | - |
| XYZ | 6.17 | 9.66 | 1.86 | - |
| YUV | 76.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 11 | 0.41 | 0 | 0.89 | 0.62 | 87.59 | 0.8 | 0.21 |
| Hex | 3A | 62 | B | 29 | 0 | 59 | 3E | 58 | 50 | 15 |
| Octal | 72 | 142 | 13 | 51 | 0 | 131 | 76 | 130 | 120 | 25 |
| Binary | 111010 | 1100010 | 1011 | 101001 | 0 | 1011001 | 111110 | 1011000 | 1010000 | 10101 |
Color Harmonies of #3A620B
Complementary color
Monochromatic Colors of #3A620B
Black with #3A620B
Text Example
Text Example
White with #3A620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A620B; }
p { color: rgb(58,98,11); }
H1.HeaderClassName
{
color: #3A620B;
}
.AnyTagClassName
{
color: #3A620B;
}
</style>
background-color css
<style>
a { background-color: #3A620B; }
a { background-color: rgb(58,98,11); }
div.DivClassName
{
background-color: #3A620B;
}
.BgClassName
{
background-color: #3A620B;
}
</style>
border-color css
<style>
span { border-color: #3A620B; }
span { border-color: rgb(58,98,11); }
td.TdClassName
{
border-color: #3A620B;
}
.TagClassName
{
border-color: #3A620B;
}
</style>