Shades of Verdun Green #3E4B0B
Tints of Verdun Green #3E4B0B
RGB
CMYK
RGB Variations
Color information
#3E4B0B (or 0x3E4B0B) is known color: Verdun Green. HEX triplet: 3E, 4B and 0B. RGB value is (62,75,11). Sum of RGB (Red+Green+Blue) = 62+75+11=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4B0B is #C1B4F4. Grayscale: #404040. Windows color (decimal): -12694773 or 740158. OLE color: 740158.
HSL color Cylindrical-coordinate representation of color #3E4B0B: hue angle of 72.19º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E4B0B is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 75 | 11 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.71 |
| HSL | 72.19º | 0.74% | 0.17% | - |
| HSV(B) | 72.19º | 0.85% | 0.29% | - |
| XYZ | 4.56 | 6.08 | 1.25 | - |
| YUV | 63.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 11 | 0.17 | 0 | 0.85 | 0.71 | 72.19 | 0.74 | 0.17 |
| Hex | 3E | 4B | B | 11 | 0 | 55 | 47 | 48 | 4A | 11 |
| Octal | 76 | 113 | 13 | 21 | 0 | 125 | 107 | 110 | 112 | 21 |
| Binary | 111110 | 1001011 | 1011 | 10001 | 0 | 1010101 | 1000111 | 1001000 | 1001010 | 10001 |
Color Harmonies of #3E4B0B
Complementary color
Monochromatic Colors of #3E4B0B
Black with #3E4B0B
Text Example
Text Example
White with #3E4B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B0B; }
p { color: rgb(62,75,11); }
H1.HeaderClassName
{
color: #3E4B0B;
}
.AnyTagClassName
{
color: #3E4B0B;
}
</style>
background-color css
<style>
a { background-color: #3E4B0B; }
a { background-color: rgb(62,75,11); }
div.DivClassName
{
background-color: #3E4B0B;
}
.BgClassName
{
background-color: #3E4B0B;
}
</style>
border-color css
<style>
span { border-color: #3E4B0B; }
span { border-color: rgb(62,75,11); }
td.TdClassName
{
border-color: #3E4B0B;
}
.TagClassName
{
border-color: #3E4B0B;
}
</style>