Shades of Verdun Green #3E4502
Tints of Verdun Green #3E4502
RGB
CMYK
RGB Variations
Color information
#3E4502 (or 0x3E4502) is known color: Verdun Green. HEX triplet: 3E, 45 and 02. RGB value is (62,69,2). Sum of RGB (Red+Green+Blue) = 62+69+2=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4502 is #C1BAFD. Grayscale: #3B3B3B. Windows color (decimal): -12696318 or 148798. OLE color: 148798.
HSL color Cylindrical-coordinate representation of color #3E4502: hue angle of 66.27º 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 #3E4502 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 2 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.73 |
| HSL | 66.27º | 0.94% | 0.14% | - |
| HSV(B) | 66.27º | 0.97% | 0.27% | - |
| XYZ | 4.13 | 5.28 | 0.86 | - |
| YUV | 59.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 2 | 0.10 | 0 | 0.97 | 0.73 | 66.27 | 0.94 | 0.14 |
| Hex | 3E | 45 | 2 | A | 0 | 61 | 49 | 42 | 5E | E |
| Octal | 76 | 105 | 2 | 12 | 0 | 141 | 111 | 102 | 136 | 16 |
| Binary | 111110 | 1000101 | 10 | 1010 | 0 | 1100001 | 1001001 | 1000010 | 1011110 | 1110 |
Color Harmonies of #3E4502
Complementary color
Monochromatic Colors of #3E4502
Black with #3E4502
Text Example
Text Example
White with #3E4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4502; }
p { color: rgb(62,69,2); }
H1.HeaderClassName
{
color: #3E4502;
}
.AnyTagClassName
{
color: #3E4502;
}
</style>
background-color css
<style>
a { background-color: #3E4502; }
a { background-color: rgb(62,69,2); }
div.DivClassName
{
background-color: #3E4502;
}
.BgClassName
{
background-color: #3E4502;
}
</style>
border-color css
<style>
span { border-color: #3E4502; }
span { border-color: rgb(62,69,2); }
td.TdClassName
{
border-color: #3E4502;
}
.TagClassName
{
border-color: #3E4502;
}
</style>