Shades of Verdun Green #3E6302
Tints of Verdun Green #3E6302
RGB
CMYK
RGB Variations
Color information
#3E6302 (or 0x3E6302) is known color: Verdun Green. HEX triplet: 3E, 63 and 02. RGB value is (62,99,2). Sum of RGB (Red+Green+Blue) = 62+99+2=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #3E6302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6302 is #C19CFD. Grayscale: #4D4D4D. Windows color (decimal): -12688638 or 156478. OLE color: 156478.
HSL color Cylindrical-coordinate representation of color #3E6302: hue angle of 82.89º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E6302 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 2 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.61 |
| HSL | 82.89º | 0.96% | 0.2% | - |
| HSV(B) | 82.89º | 0.98% | 0.39% | - |
| XYZ | 6.46 | 9.95 | 1.64 | - |
| YUV | 76.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 2 | 0.37 | 0 | 0.98 | 0.61 | 82.89 | 0.96 | 0.2 |
| Hex | 3E | 63 | 2 | 25 | 0 | 62 | 3D | 53 | 60 | 14 |
| Octal | 76 | 143 | 2 | 45 | 0 | 142 | 75 | 123 | 140 | 24 |
| Binary | 111110 | 1100011 | 10 | 100101 | 0 | 1100010 | 111101 | 1010011 | 1100000 | 10100 |
Color Harmonies of #3E6302
Complementary color
Monochromatic Colors of #3E6302
Black with #3E6302
Text Example
Text Example
White with #3E6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6302; }
p { color: rgb(62,99,2); }
H1.HeaderClassName
{
color: #3E6302;
}
.AnyTagClassName
{
color: #3E6302;
}
</style>
background-color css
<style>
a { background-color: #3E6302; }
a { background-color: rgb(62,99,2); }
div.DivClassName
{
background-color: #3E6302;
}
.BgClassName
{
background-color: #3E6302;
}
</style>
border-color css
<style>
span { border-color: #3E6302; }
span { border-color: rgb(62,99,2); }
td.TdClassName
{
border-color: #3E6302;
}
.TagClassName
{
border-color: #3E6302;
}
</style>