Shades of Verdun Green #3E5810
Tints of Verdun Green #3E5810
RGB
CMYK
RGB Variations
Color information
#3E5810 (or 0x3E5810) is known color: Verdun Green. HEX triplet: 3E, 58 and 10. RGB value is (62,88,16). Sum of RGB (Red+Green+Blue) = 62+88+16=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5810 is #C1A7EF. Grayscale: #484848. Windows color (decimal): -12691440 or 1071166. OLE color: 1071166.
HSL color Cylindrical-coordinate representation of color #3E5810: hue angle of 81.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E5810 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 16 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.65 |
| HSL | 81.67º | 0.69% | 0.2% | - |
| HSV(B) | 81.67º | 0.82% | 0.35% | - |
| XYZ | 5.57 | 8.04 | 1.75 | - |
| YUV | 72.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 16 | 0.30 | 0 | 0.82 | 0.65 | 81.67 | 0.69 | 0.2 |
| Hex | 3E | 58 | 10 | 1E | 0 | 52 | 41 | 52 | 45 | 14 |
| Octal | 76 | 130 | 20 | 36 | 0 | 122 | 101 | 122 | 105 | 24 |
| Binary | 111110 | 1011000 | 10000 | 11110 | 0 | 1010010 | 1000001 | 1010010 | 1000101 | 10100 |
Color Harmonies of #3E5810
Complementary color
Monochromatic Colors of #3E5810
Black with #3E5810
Text Example
Text Example
White with #3E5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5810; }
p { color: rgb(62,88,16); }
H1.HeaderClassName
{
color: #3E5810;
}
.AnyTagClassName
{
color: #3E5810;
}
</style>
background-color css
<style>
a { background-color: #3E5810; }
a { background-color: rgb(62,88,16); }
div.DivClassName
{
background-color: #3E5810;
}
.BgClassName
{
background-color: #3E5810;
}
</style>
border-color css
<style>
span { border-color: #3E5810; }
span { border-color: rgb(62,88,16); }
td.TdClassName
{
border-color: #3E5810;
}
.TagClassName
{
border-color: #3E5810;
}
</style>