Shades of Verdun Green #3E6310
Tints of Verdun Green #3E6310
RGB
CMYK
RGB Variations
Color information
#3E6310 (or 0x3E6310) is known color: Verdun Green. HEX triplet: 3E, 63 and 10. RGB value is (62,99,16). Sum of RGB (Red+Green+Blue) = 62+99+16=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6310 is #C19CEF. Grayscale: #4E4E4E. Windows color (decimal): -12688624 or 1073982. OLE color: 1073982.
HSL color Cylindrical-coordinate representation of color #3E6310: hue angle of 86.75º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E6310 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 16 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.61 |
| HSL | 86.75º | 0.72% | 0.23% | - |
| HSV(B) | 86.75º | 0.84% | 0.39% | - |
| XYZ | 6.54 | 9.99 | 2.07 | - |
| YUV | 78.48 | 92.74 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 16 | 0.37 | 0 | 0.84 | 0.61 | 86.75 | 0.72 | 0.23 |
| Hex | 3E | 63 | 10 | 25 | 0 | 54 | 3D | 57 | 48 | 17 |
| Octal | 76 | 143 | 20 | 45 | 0 | 124 | 75 | 127 | 110 | 27 |
| Binary | 111110 | 1100011 | 10000 | 100101 | 0 | 1010100 | 111101 | 1010111 | 1001000 | 10111 |
Color Harmonies of #3E6310
Complementary color
Monochromatic Colors of #3E6310
Black with #3E6310
Text Example
Text Example
White with #3E6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6310; }
p { color: rgb(62,99,16); }
H1.HeaderClassName
{
color: #3E6310;
}
.AnyTagClassName
{
color: #3E6310;
}
</style>
background-color css
<style>
a { background-color: #3E6310; }
a { background-color: rgb(62,99,16); }
div.DivClassName
{
background-color: #3E6310;
}
.BgClassName
{
background-color: #3E6310;
}
</style>
border-color css
<style>
span { border-color: #3E6310; }
span { border-color: rgb(62,99,16); }
td.TdClassName
{
border-color: #3E6310;
}
.TagClassName
{
border-color: #3E6310;
}
</style>