Shades of Verdun Green #3E6908
Tints of Verdun Green #3E6908
RGB
CMYK
RGB Variations
Color information
#3E6908 (or 0x3E6908) is known color: Verdun Green. HEX triplet: 3E, 69 and 08. RGB value is (62,105,8). Sum of RGB (Red+Green+Blue) = 62+105+8=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6908 is #C196F7. Grayscale: #515151. Windows color (decimal): -12687096 or 551230. OLE color: 551230.
HSL color Cylindrical-coordinate representation of color #3E6908: hue angle of 86.6º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E6908 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 105 | 8 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.59 |
| HSL | 86.6º | 0.86% | 0.22% | - |
| HSV(B) | 86.6º | 0.92% | 0.41% | - |
| XYZ | 7.08 | 11.14 | 2.01 | - |
| YUV | 81.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 8 | 0.41 | 0 | 0.92 | 0.59 | 86.6 | 0.86 | 0.22 |
| Hex | 3E | 69 | 8 | 29 | 0 | 5C | 3B | 57 | 56 | 16 |
| Octal | 76 | 151 | 10 | 51 | 0 | 134 | 73 | 127 | 126 | 26 |
| Binary | 111110 | 1101001 | 1000 | 101001 | 0 | 1011100 | 111011 | 1010111 | 1010110 | 10110 |
Color Harmonies of #3E6908
Complementary color
Monochromatic Colors of #3E6908
Black with #3E6908
Text Example
Text Example
White with #3E6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6908; }
p { color: rgb(62,105,8); }
H1.HeaderClassName
{
color: #3E6908;
}
.AnyTagClassName
{
color: #3E6908;
}
</style>
background-color css
<style>
a { background-color: #3E6908; }
a { background-color: rgb(62,105,8); }
div.DivClassName
{
background-color: #3E6908;
}
.BgClassName
{
background-color: #3E6908;
}
</style>
border-color css
<style>
span { border-color: #3E6908; }
span { border-color: rgb(62,105,8); }
td.TdClassName
{
border-color: #3E6908;
}
.TagClassName
{
border-color: #3E6908;
}
</style>