Shades of Verdun Green #3E4602
Tints of Verdun Green #3E4602
RGB
CMYK
RGB Variations
Color information
#3E4602 (or 0x3E4602) is known color: Verdun Green. HEX triplet: 3E, 46 and 02. RGB value is (62,70,2). Sum of RGB (Red+Green+Blue) = 62+70+2=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4602 is #C1B9FD. Grayscale: #3C3C3C. Windows color (decimal): -12696062 or 149054. OLE color: 149054.
HSL color Cylindrical-coordinate representation of color #3E4602: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E4602 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 2 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.73 |
| HSL | 67.06º | 0.94% | 0.14% | - |
| HSV(B) | 67.06º | 0.97% | 0.27% | - |
| XYZ | 4.19 | 5.41 | 0.88 | - |
| YUV | 59.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 2 | 0.11 | 0 | 0.97 | 0.73 | 67.06 | 0.94 | 0.14 |
| Hex | 3E | 46 | 2 | B | 0 | 61 | 49 | 43 | 5E | E |
| Octal | 76 | 106 | 2 | 13 | 0 | 141 | 111 | 103 | 136 | 16 |
| Binary | 111110 | 1000110 | 10 | 1011 | 0 | 1100001 | 1001001 | 1000011 | 1011110 | 1110 |
Color Harmonies of #3E4602
Complementary color
Monochromatic Colors of #3E4602
Black with #3E4602
Text Example
Text Example
White with #3E4602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4602; }
p { color: rgb(62,70,2); }
H1.HeaderClassName
{
color: #3E4602;
}
.AnyTagClassName
{
color: #3E4602;
}
</style>
background-color css
<style>
a { background-color: #3E4602; }
a { background-color: rgb(62,70,2); }
div.DivClassName
{
background-color: #3E4602;
}
.BgClassName
{
background-color: #3E4602;
}
</style>
border-color css
<style>
span { border-color: #3E4602; }
span { border-color: rgb(62,70,2); }
td.TdClassName
{
border-color: #3E4602;
}
.TagClassName
{
border-color: #3E4602;
}
</style>