Shades of Verdun Green #3E4402
Tints of Verdun Green #3E4402
RGB
CMYK
RGB Variations
Color information
#3E4402 (or 0x3E4402) is known color: Verdun Green. HEX triplet: 3E, 44 and 02. RGB value is (62,68,2). Sum of RGB (Red+Green+Blue) = 62+68+2=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4402 is #C1BBFD. Grayscale: #3A3A3A. Windows color (decimal): -12696574 or 148542. OLE color: 148542.
HSL color Cylindrical-coordinate representation of color #3E4402: hue angle of 65.45º 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 #3E4402 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 2 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.73 |
| HSL | 65.45º | 0.94% | 0.14% | - |
| HSV(B) | 65.45º | 0.97% | 0.27% | - |
| XYZ | 4.06 | 5.16 | 0.84 | - |
| YUV | 58.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 2 | 0.09 | 0 | 0.97 | 0.73 | 65.45 | 0.94 | 0.14 |
| Hex | 3E | 44 | 2 | 9 | 0 | 61 | 49 | 41 | 5E | E |
| Octal | 76 | 104 | 2 | 11 | 0 | 141 | 111 | 101 | 136 | 16 |
| Binary | 111110 | 1000100 | 10 | 1001 | 0 | 1100001 | 1001001 | 1000001 | 1011110 | 1110 |
Color Harmonies of #3E4402
Complementary color
Monochromatic Colors of #3E4402
Black with #3E4402
Text Example
Text Example
White with #3E4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4402; }
p { color: rgb(62,68,2); }
H1.HeaderClassName
{
color: #3E4402;
}
.AnyTagClassName
{
color: #3E4402;
}
</style>
background-color css
<style>
a { background-color: #3E4402; }
a { background-color: rgb(62,68,2); }
div.DivClassName
{
background-color: #3E4402;
}
.BgClassName
{
background-color: #3E4402;
}
</style>
border-color css
<style>
span { border-color: #3E4402; }
span { border-color: rgb(62,68,2); }
td.TdClassName
{
border-color: #3E4402;
}
.TagClassName
{
border-color: #3E4402;
}
</style>