Shades of Verdun Green #3E6105
Tints of Verdun Green #3E6105
RGB
CMYK
RGB Variations
Color information
#3E6105 (or 0x3E6105) is known color: Verdun Green. HEX triplet: 3E, 61 and 05. RGB value is (62,97,5). Sum of RGB (Red+Green+Blue) = 62+97+5=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6105 is #C19EFA. Grayscale: #4C4C4C. Windows color (decimal): -12689147 or 352574. OLE color: 352574.
HSL color Cylindrical-coordinate representation of color #3E6105: hue angle of 82.83º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E6105 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 5 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.62 |
| HSL | 82.83º | 0.9% | 0.2% | - |
| HSV(B) | 82.83º | 0.95% | 0.38% | - |
| XYZ | 6.29 | 9.58 | 1.66 | - |
| YUV | 76.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 5 | 0.36 | 0 | 0.95 | 0.62 | 82.83 | 0.9 | 0.2 |
| Hex | 3E | 61 | 5 | 24 | 0 | 5F | 3E | 53 | 5A | 14 |
| Octal | 76 | 141 | 5 | 44 | 0 | 137 | 76 | 123 | 132 | 24 |
| Binary | 111110 | 1100001 | 101 | 100100 | 0 | 1011111 | 111110 | 1010011 | 1011010 | 10100 |
Color Harmonies of #3E6105
Complementary color
Monochromatic Colors of #3E6105
Black with #3E6105
Text Example
Text Example
White with #3E6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6105; }
p { color: rgb(62,97,5); }
H1.HeaderClassName
{
color: #3E6105;
}
.AnyTagClassName
{
color: #3E6105;
}
</style>
background-color css
<style>
a { background-color: #3E6105; }
a { background-color: rgb(62,97,5); }
div.DivClassName
{
background-color: #3E6105;
}
.BgClassName
{
background-color: #3E6105;
}
</style>
border-color css
<style>
span { border-color: #3E6105; }
span { border-color: rgb(62,97,5); }
td.TdClassName
{
border-color: #3E6105;
}
.TagClassName
{
border-color: #3E6105;
}
</style>