Shades of Verdun Green #3E6E05
Tints of Verdun Green #3E6E05
RGB
CMYK
RGB Variations
Color information
#3E6E05 (or 0x3E6E05) is known color: Verdun Green. HEX triplet: 3E, 6E and 05. RGB value is (62,110,5). Sum of RGB (Red+Green+Blue) = 62+110+5=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 110 (43.36% from 255 or 62.15% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6E05 is #C191FA. Grayscale: #545454. Windows color (decimal): -12685819 or 355902. OLE color: 355902.
HSL color Cylindrical-coordinate representation of color #3E6E05: hue angle of 87.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E6E05 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 110 | 5 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.57 |
| HSL | 87.43º | 0.91% | 0.23% | - |
| HSV(B) | 87.43º | 0.95% | 0.43% | - |
| XYZ | 7.59 | 12.19 | 2.1 | - |
| YUV | 83.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 5 | 0.44 | 0 | 0.95 | 0.57 | 87.43 | 0.91 | 0.23 |
| Hex | 3E | 6E | 5 | 2C | 0 | 5F | 39 | 57 | 5B | 17 |
| Octal | 76 | 156 | 5 | 54 | 0 | 137 | 71 | 127 | 133 | 27 |
| Binary | 111110 | 1101110 | 101 | 101100 | 0 | 1011111 | 111001 | 1010111 | 1011011 | 10111 |
Color Harmonies of #3E6E05
Complementary color
Monochromatic Colors of #3E6E05
Black with #3E6E05
Text Example
Text Example
White with #3E6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E05; }
p { color: rgb(62,110,5); }
H1.HeaderClassName
{
color: #3E6E05;
}
.AnyTagClassName
{
color: #3E6E05;
}
</style>
background-color css
<style>
a { background-color: #3E6E05; }
a { background-color: rgb(62,110,5); }
div.DivClassName
{
background-color: #3E6E05;
}
.BgClassName
{
background-color: #3E6E05;
}
</style>
border-color css
<style>
span { border-color: #3E6E05; }
span { border-color: rgb(62,110,5); }
td.TdClassName
{
border-color: #3E6E05;
}
.TagClassName
{
border-color: #3E6E05;
}
</style>