Shades of Verdun Green #3E510B
Tints of Verdun Green #3E510B
RGB
CMYK
RGB Variations
Color information
#3E510B (or 0x3E510B) is known color: Verdun Green. HEX triplet: 3E, 51 and 0B. RGB value is (62,81,11). Sum of RGB (Red+Green+Blue) = 62+81+11=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #3E510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E510B is #C1AEF4. Grayscale: #434343. Windows color (decimal): -12693237 or 741694. OLE color: 741694.
HSL color Cylindrical-coordinate representation of color #3E510B: hue angle of 76.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E510B is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 11 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.68 |
| HSL | 76.29º | 0.76% | 0.18% | - |
| HSV(B) | 76.29º | 0.86% | 0.32% | - |
| XYZ | 4.99 | 6.93 | 1.39 | - |
| YUV | 67.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 11 | 0.23 | 0 | 0.86 | 0.68 | 76.29 | 0.76 | 0.18 |
| Hex | 3E | 51 | B | 17 | 0 | 56 | 44 | 4C | 4C | 12 |
| Octal | 76 | 121 | 13 | 27 | 0 | 126 | 104 | 114 | 114 | 22 |
| Binary | 111110 | 1010001 | 1011 | 10111 | 0 | 1010110 | 1000100 | 1001100 | 1001100 | 10010 |
Color Harmonies of #3E510B
Complementary color
Monochromatic Colors of #3E510B
Black with #3E510B
Text Example
Text Example
White with #3E510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E510B; }
p { color: rgb(62,81,11); }
H1.HeaderClassName
{
color: #3E510B;
}
.AnyTagClassName
{
color: #3E510B;
}
</style>
background-color css
<style>
a { background-color: #3E510B; }
a { background-color: rgb(62,81,11); }
div.DivClassName
{
background-color: #3E510B;
}
.BgClassName
{
background-color: #3E510B;
}
</style>
border-color css
<style>
span { border-color: #3E510B; }
span { border-color: rgb(62,81,11); }
td.TdClassName
{
border-color: #3E510B;
}
.TagClassName
{
border-color: #3E510B;
}
</style>