Shades of Verdun Green #3E6710
Tints of Verdun Green #3E6710
RGB
CMYK
RGB Variations
Color information
#3E6710 (or 0x3E6710) is known color: Verdun Green. HEX triplet: 3E, 67 and 10. RGB value is (62,103,16). Sum of RGB (Red+Green+Blue) = 62+103+16=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6710 is #C198EF. Grayscale: #515151. Windows color (decimal): -12687600 or 1075006. OLE color: 1075006.
HSL color Cylindrical-coordinate representation of color #3E6710: hue angle of 88.28º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E6710 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 103 | 16 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.60 |
| HSL | 88.28º | 0.73% | 0.23% | - |
| HSV(B) | 88.28º | 0.84% | 0.4% | - |
| XYZ | 6.93 | 10.76 | 2.2 | - |
| YUV | 80.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 16 | 0.40 | 0 | 0.84 | 0.60 | 88.28 | 0.73 | 0.23 |
| Hex | 3E | 67 | 10 | 28 | 0 | 54 | 3C | 58 | 49 | 17 |
| Octal | 76 | 147 | 20 | 50 | 0 | 124 | 74 | 130 | 111 | 27 |
| Binary | 111110 | 1100111 | 10000 | 101000 | 0 | 1010100 | 111100 | 1011000 | 1001001 | 10111 |
Color Harmonies of #3E6710
Complementary color
Monochromatic Colors of #3E6710
Black with #3E6710
Text Example
Text Example
White with #3E6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6710; }
p { color: rgb(62,103,16); }
H1.HeaderClassName
{
color: #3E6710;
}
.AnyTagClassName
{
color: #3E6710;
}
</style>
background-color css
<style>
a { background-color: #3E6710; }
a { background-color: rgb(62,103,16); }
div.DivClassName
{
background-color: #3E6710;
}
.BgClassName
{
background-color: #3E6710;
}
</style>
border-color css
<style>
span { border-color: #3E6710; }
span { border-color: rgb(62,103,16); }
td.TdClassName
{
border-color: #3E6710;
}
.TagClassName
{
border-color: #3E6710;
}
</style>