Shades of Verdun Green #3E6E08
Tints of Verdun Green #3E6E08
RGB
CMYK
RGB Variations
Color information
#3E6E08 (or 0x3E6E08) is known color: Verdun Green. HEX triplet: 3E, 6E and 08. RGB value is (62,110,8). Sum of RGB (Red+Green+Blue) = 62+110+8=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6E08 is #C191F7. Grayscale: #545454. Windows color (decimal): -12685816 or 552510. OLE color: 552510.
HSL color Cylindrical-coordinate representation of color #3E6E08: hue angle of 88.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E6E08 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 8 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.57 |
| HSL | 88.24º | 0.86% | 0.23% | - |
| HSV(B) | 88.24º | 0.93% | 0.43% | - |
| XYZ | 7.61 | 12.19 | 2.18 | - |
| YUV | 84.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 8 | 0.44 | 0 | 0.93 | 0.57 | 88.24 | 0.86 | 0.23 |
| Hex | 3E | 6E | 8 | 2C | 0 | 5D | 39 | 58 | 56 | 17 |
| Octal | 76 | 156 | 10 | 54 | 0 | 135 | 71 | 130 | 126 | 27 |
| Binary | 111110 | 1101110 | 1000 | 101100 | 0 | 1011101 | 111001 | 1011000 | 1010110 | 10111 |
Color Harmonies of #3E6E08
Complementary color
Monochromatic Colors of #3E6E08
Black with #3E6E08
Text Example
Text Example
White with #3E6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E08; }
p { color: rgb(62,110,8); }
H1.HeaderClassName
{
color: #3E6E08;
}
.AnyTagClassName
{
color: #3E6E08;
}
</style>
background-color css
<style>
a { background-color: #3E6E08; }
a { background-color: rgb(62,110,8); }
div.DivClassName
{
background-color: #3E6E08;
}
.BgClassName
{
background-color: #3E6E08;
}
</style>
border-color css
<style>
span { border-color: #3E6E08; }
span { border-color: rgb(62,110,8); }
td.TdClassName
{
border-color: #3E6E08;
}
.TagClassName
{
border-color: #3E6E08;
}
</style>