Shades of Verdun Green #3E520B
Tints of Verdun Green #3E520B
RGB
CMYK
RGB Variations
Color information
#3E520B (or 0x3E520B) is known color: Verdun Green. HEX triplet: 3E, 52 and 0B. RGB value is (62,82,11). Sum of RGB (Red+Green+Blue) = 62+82+11=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #3E520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E520B is #C1ADF4. Grayscale: #444444. Windows color (decimal): -12692981 or 741950. OLE color: 741950.
HSL color Cylindrical-coordinate representation of color #3E520B: hue angle of 76.9º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E520B is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 11 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.68 |
| HSL | 76.9º | 0.76% | 0.18% | - |
| HSV(B) | 76.9º | 0.87% | 0.32% | - |
| XYZ | 5.06 | 7.08 | 1.42 | - |
| YUV | 67.93 | 95.87 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 11 | 0.24 | 0 | 0.87 | 0.68 | 76.9 | 0.76 | 0.18 |
| Hex | 3E | 52 | B | 18 | 0 | 57 | 44 | 4D | 4C | 12 |
| Octal | 76 | 122 | 13 | 30 | 0 | 127 | 104 | 115 | 114 | 22 |
| Binary | 111110 | 1010010 | 1011 | 11000 | 0 | 1010111 | 1000100 | 1001101 | 1001100 | 10010 |
Color Harmonies of #3E520B
Complementary color
Monochromatic Colors of #3E520B
Black with #3E520B
Text Example
Text Example
White with #3E520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E520B; }
p { color: rgb(62,82,11); }
H1.HeaderClassName
{
color: #3E520B;
}
.AnyTagClassName
{
color: #3E520B;
}
</style>
background-color css
<style>
a { background-color: #3E520B; }
a { background-color: rgb(62,82,11); }
div.DivClassName
{
background-color: #3E520B;
}
.BgClassName
{
background-color: #3E520B;
}
</style>
border-color css
<style>
span { border-color: #3E520B; }
span { border-color: rgb(62,82,11); }
td.TdClassName
{
border-color: #3E520B;
}
.TagClassName
{
border-color: #3E520B;
}
</style>