Shades of Verdun Green #3E600D
Tints of Verdun Green #3E600D
RGB
CMYK
RGB Variations
Color information
#3E600D (or 0x3E600D) is known color: Verdun Green. HEX triplet: 3E, 60 and 0D. RGB value is (62,96,13). Sum of RGB (Red+Green+Blue) = 62+96+13=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #3E600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E600D is #C19FF2. Grayscale: #4C4C4C. Windows color (decimal): -12689395 or 876606. OLE color: 876606.
HSL color Cylindrical-coordinate representation of color #3E600D: hue angle of 84.58º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E600D is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 13 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.62 |
| HSL | 84.58º | 0.76% | 0.21% | - |
| HSV(B) | 84.58º | 0.86% | 0.38% | - |
| XYZ | 6.24 | 9.42 | 1.87 | - |
| YUV | 76.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 13 | 0.35 | 0 | 0.86 | 0.62 | 84.58 | 0.76 | 0.21 |
| Hex | 3E | 60 | D | 23 | 0 | 56 | 3E | 55 | 4C | 15 |
| Octal | 76 | 140 | 15 | 43 | 0 | 126 | 76 | 125 | 114 | 25 |
| Binary | 111110 | 1100000 | 1101 | 100011 | 0 | 1010110 | 111110 | 1010101 | 1001100 | 10101 |
Color Harmonies of #3E600D
Complementary color
Monochromatic Colors of #3E600D
Black with #3E600D
Text Example
Text Example
White with #3E600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E600D; }
p { color: rgb(62,96,13); }
H1.HeaderClassName
{
color: #3E600D;
}
.AnyTagClassName
{
color: #3E600D;
}
</style>
background-color css
<style>
a { background-color: #3E600D; }
a { background-color: rgb(62,96,13); }
div.DivClassName
{
background-color: #3E600D;
}
.BgClassName
{
background-color: #3E600D;
}
</style>
border-color css
<style>
span { border-color: #3E600D; }
span { border-color: rgb(62,96,13); }
td.TdClassName
{
border-color: #3E600D;
}
.TagClassName
{
border-color: #3E600D;
}
</style>