Shades of Verdun Green #3E6407
Tints of Verdun Green #3E6407
RGB
CMYK
RGB Variations
Color information
#3E6407 (or 0x3E6407) is known color: Verdun Green. HEX triplet: 3E, 64 and 07. RGB value is (62,100,7). Sum of RGB (Red+Green+Blue) = 62+100+7=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #3E6407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6407 is #C19BF8. Grayscale: #4E4E4E. Windows color (decimal): -12688377 or 484414. OLE color: 484414.
HSL color Cylindrical-coordinate representation of color #3E6407: hue angle of 84.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E6407 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 100 | 7 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.61 |
| HSL | 84.52º | 0.87% | 0.21% | - |
| HSV(B) | 84.52º | 0.93% | 0.39% | - |
| XYZ | 6.58 | 10.15 | 1.81 | - |
| YUV | 78.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 7 | 0.38 | 0 | 0.93 | 0.61 | 84.52 | 0.87 | 0.21 |
| Hex | 3E | 64 | 7 | 26 | 0 | 5D | 3D | 55 | 57 | 15 |
| Octal | 76 | 144 | 7 | 46 | 0 | 135 | 75 | 125 | 127 | 25 |
| Binary | 111110 | 1100100 | 111 | 100110 | 0 | 1011101 | 111101 | 1010101 | 1010111 | 10101 |
Color Harmonies of #3E6407
Complementary color
Monochromatic Colors of #3E6407
Black with #3E6407
Text Example
Text Example
White with #3E6407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6407; }
p { color: rgb(62,100,7); }
H1.HeaderClassName
{
color: #3E6407;
}
.AnyTagClassName
{
color: #3E6407;
}
</style>
background-color css
<style>
a { background-color: #3E6407; }
a { background-color: rgb(62,100,7); }
div.DivClassName
{
background-color: #3E6407;
}
.BgClassName
{
background-color: #3E6407;
}
</style>
border-color css
<style>
span { border-color: #3E6407; }
span { border-color: rgb(62,100,7); }
td.TdClassName
{
border-color: #3E6407;
}
.TagClassName
{
border-color: #3E6407;
}
</style>