Shades of Verdun Green #3B620A
Tints of Verdun Green #3B620A
RGB
CMYK
RGB Variations
Color information
#3B620A (or 0x3B620A) is known color: Verdun Green. HEX triplet: 3B, 62 and 0A. RGB value is (59,98,10). Sum of RGB (Red+Green+Blue) = 59+98+10=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #3B620A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B620A is #C49DF5. Grayscale: #4C4C4C. Windows color (decimal): -12885494 or 680507. OLE color: 680507.
HSL color Cylindrical-coordinate representation of color #3B620A: hue angle of 86.59º 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 #3B620A is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 98 | 10 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.62 |
| HSL | 86.59º | 0.81% | 0.21% | - |
| HSV(B) | 86.59º | 0.9% | 0.38% | - |
| XYZ | 6.23 | 9.69 | 1.83 | - |
| YUV | 76.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 10 | 0.40 | 0 | 0.90 | 0.62 | 86.59 | 0.81 | 0.21 |
| Hex | 3B | 62 | A | 28 | 0 | 5A | 3E | 57 | 51 | 15 |
| Octal | 73 | 142 | 12 | 50 | 0 | 132 | 76 | 127 | 121 | 25 |
| Binary | 111011 | 1100010 | 1010 | 101000 | 0 | 1011010 | 111110 | 1010111 | 1010001 | 10101 |
Color Harmonies of #3B620A
Complementary color
Monochromatic Colors of #3B620A
Black with #3B620A
Text Example
Text Example
White with #3B620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B620A; }
p { color: rgb(59,98,10); }
H1.HeaderClassName
{
color: #3B620A;
}
.AnyTagClassName
{
color: #3B620A;
}
</style>
background-color css
<style>
a { background-color: #3B620A; }
a { background-color: rgb(59,98,10); }
div.DivClassName
{
background-color: #3B620A;
}
.BgClassName
{
background-color: #3B620A;
}
</style>
border-color css
<style>
span { border-color: #3B620A; }
span { border-color: rgb(59,98,10); }
td.TdClassName
{
border-color: #3B620A;
}
.TagClassName
{
border-color: #3B620A;
}
</style>