Shades of Verdun Green #3E5802
Tints of Verdun Green #3E5802
RGB
CMYK
RGB Variations
Color information
#3E5802 (or 0x3E5802) is known color: Verdun Green. HEX triplet: 3E, 58 and 02. RGB value is (62,88,2). Sum of RGB (Red+Green+Blue) = 62+88+2=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5802 is #C1A7FD. Grayscale: #464646. Windows color (decimal): -12691454 or 153662. OLE color: 153662.
HSL color Cylindrical-coordinate representation of color #3E5802: hue angle of 78.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E5802 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 2 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.65 |
| HSL | 78.14º | 0.96% | 0.18% | - |
| HSV(B) | 78.14º | 0.98% | 0.35% | - |
| XYZ | 5.49 | 8.01 | 1.31 | - |
| YUV | 70.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 2 | 0.30 | 0 | 0.98 | 0.65 | 78.14 | 0.96 | 0.18 |
| Hex | 3E | 58 | 2 | 1E | 0 | 62 | 41 | 4E | 60 | 12 |
| Octal | 76 | 130 | 2 | 36 | 0 | 142 | 101 | 116 | 140 | 22 |
| Binary | 111110 | 1011000 | 10 | 11110 | 0 | 1100010 | 1000001 | 1001110 | 1100000 | 10010 |
Color Harmonies of #3E5802
Complementary color
Monochromatic Colors of #3E5802
Black with #3E5802
Text Example
Text Example
White with #3E5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5802; }
p { color: rgb(62,88,2); }
H1.HeaderClassName
{
color: #3E5802;
}
.AnyTagClassName
{
color: #3E5802;
}
</style>
background-color css
<style>
a { background-color: #3E5802; }
a { background-color: rgb(62,88,2); }
div.DivClassName
{
background-color: #3E5802;
}
.BgClassName
{
background-color: #3E5802;
}
</style>
border-color css
<style>
span { border-color: #3E5802; }
span { border-color: rgb(62,88,2); }
td.TdClassName
{
border-color: #3E5802;
}
.TagClassName
{
border-color: #3E5802;
}
</style>