Shades of Verdun Green #3E6702
Tints of Verdun Green #3E6702
RGB
CMYK
RGB Variations
Color information
#3E6702 (or 0x3E6702) is known color: Verdun Green. HEX triplet: 3E, 67 and 02. RGB value is (62,103,2). Sum of RGB (Red+Green+Blue) = 62+103+2=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6702 is #C198FD. Grayscale: #4F4F4F. Windows color (decimal): -12687614 or 157502. OLE color: 157502.
HSL color Cylindrical-coordinate representation of color #3E6702: hue angle of 84.36º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E6702 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 103 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.60 |
| HSL | 84.36º | 0.96% | 0.21% | - |
| HSV(B) | 84.36º | 0.98% | 0.4% | - |
| XYZ | 6.85 | 10.73 | 1.77 | - |
| YUV | 79.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 2 | 0.40 | 0 | 0.98 | 0.60 | 84.36 | 0.96 | 0.21 |
| Hex | 3E | 67 | 2 | 28 | 0 | 62 | 3C | 54 | 60 | 15 |
| Octal | 76 | 147 | 2 | 50 | 0 | 142 | 74 | 124 | 140 | 25 |
| Binary | 111110 | 1100111 | 10 | 101000 | 0 | 1100010 | 111100 | 1010100 | 1100000 | 10101 |
Color Harmonies of #3E6702
Complementary color
Monochromatic Colors of #3E6702
Black with #3E6702
Text Example
Text Example
White with #3E6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6702; }
p { color: rgb(62,103,2); }
H1.HeaderClassName
{
color: #3E6702;
}
.AnyTagClassName
{
color: #3E6702;
}
</style>
background-color css
<style>
a { background-color: #3E6702; }
a { background-color: rgb(62,103,2); }
div.DivClassName
{
background-color: #3E6702;
}
.BgClassName
{
background-color: #3E6702;
}
</style>
border-color css
<style>
span { border-color: #3E6702; }
span { border-color: rgb(62,103,2); }
td.TdClassName
{
border-color: #3E6702;
}
.TagClassName
{
border-color: #3E6702;
}
</style>