Shades of Verdun Green #3E4A02
Tints of Verdun Green #3E4A02
RGB
CMYK
RGB Variations
Color information
#3E4A02 (or 0x3E4A02) is known color: Verdun Green. HEX triplet: 3E, 4A and 02. RGB value is (62,74,2). Sum of RGB (Red+Green+Blue) = 62+74+2=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #3E4A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4A02 is #C1B5FD. Grayscale: #3E3E3E. Windows color (decimal): -12695038 or 150078. OLE color: 150078.
HSL color Cylindrical-coordinate representation of color #3E4A02: hue angle of 70º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E4A02 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 74 | 2 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.71 |
| HSL | 70º | 0.95% | 0.15% | - |
| HSV(B) | 70º | 0.97% | 0.29% | - |
| XYZ | 4.45 | 5.93 | 0.97 | - |
| YUV | 62.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 2 | 0.16 | 0 | 0.97 | 0.71 | 70 | 0.95 | 0.15 |
| Hex | 3E | 4A | 2 | 10 | 0 | 61 | 47 | 46 | 5F | F |
| Octal | 76 | 112 | 2 | 20 | 0 | 141 | 107 | 106 | 137 | 17 |
| Binary | 111110 | 1001010 | 10 | 10000 | 0 | 1100001 | 1000111 | 1000110 | 1011111 | 1111 |
Color Harmonies of #3E4A02
Complementary color
Monochromatic Colors of #3E4A02
Black with #3E4A02
Text Example
Text Example
White with #3E4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4A02; }
p { color: rgb(62,74,2); }
H1.HeaderClassName
{
color: #3E4A02;
}
.AnyTagClassName
{
color: #3E4A02;
}
</style>
background-color css
<style>
a { background-color: #3E4A02; }
a { background-color: rgb(62,74,2); }
div.DivClassName
{
background-color: #3E4A02;
}
.BgClassName
{
background-color: #3E4A02;
}
</style>
border-color css
<style>
span { border-color: #3E4A02; }
span { border-color: rgb(62,74,2); }
td.TdClassName
{
border-color: #3E4A02;
}
.TagClassName
{
border-color: #3E4A02;
}
</style>