Shades of Verdun Green #3E550E
Tints of Verdun Green #3E550E
RGB
CMYK
RGB Variations
Color information
#3E550E (or 0x3E550E) is known color: Verdun Green. HEX triplet: 3E, 55 and 0E. RGB value is (62,85,14). Sum of RGB (Red+Green+Blue) = 62+85+14=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #3E550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E550E is #C1AAF1. Grayscale: #464646. Windows color (decimal): -12692210 or 939326. OLE color: 939326.
HSL color Cylindrical-coordinate representation of color #3E550E: hue angle of 79.44º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E550E is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 14 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.67 |
| HSL | 79.44º | 0.72% | 0.19% | - |
| HSV(B) | 79.44º | 0.84% | 0.33% | - |
| XYZ | 5.31 | 7.55 | 1.59 | - |
| YUV | 70.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 14 | 0.27 | 0 | 0.84 | 0.67 | 79.44 | 0.72 | 0.19 |
| Hex | 3E | 55 | E | 1B | 0 | 54 | 43 | 4F | 48 | 13 |
| Octal | 76 | 125 | 16 | 33 | 0 | 124 | 103 | 117 | 110 | 23 |
| Binary | 111110 | 1010101 | 1110 | 11011 | 0 | 1010100 | 1000011 | 1001111 | 1001000 | 10011 |
Color Harmonies of #3E550E
Complementary color
Monochromatic Colors of #3E550E
Black with #3E550E
Text Example
Text Example
White with #3E550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E550E; }
p { color: rgb(62,85,14); }
H1.HeaderClassName
{
color: #3E550E;
}
.AnyTagClassName
{
color: #3E550E;
}
</style>
background-color css
<style>
a { background-color: #3E550E; }
a { background-color: rgb(62,85,14); }
div.DivClassName
{
background-color: #3E550E;
}
.BgClassName
{
background-color: #3E550E;
}
</style>
border-color css
<style>
span { border-color: #3E550E; }
span { border-color: rgb(62,85,14); }
td.TdClassName
{
border-color: #3E550E;
}
.TagClassName
{
border-color: #3E550E;
}
</style>