Shades of Verdun Green #4E6A0D
Tints of Verdun Green #4E6A0D
RGB
CMYK
RGB Variations
Color information
#4E6A0D (or 0x4E6A0D) is known color: Verdun Green. HEX triplet: 4E, 6A and 0D. RGB value is (78,106,13). Sum of RGB (Red+Green+Blue) = 78+106+13=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6A0D is #B195F2. Grayscale: #575757. Windows color (decimal): -11638259 or 879182. OLE color: 879182.
HSL color Cylindrical-coordinate representation of color #4E6A0D: hue angle of 78.06º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E6A0D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 13 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.58 |
| HSL | 78.06º | 0.78% | 0.23% | - |
| HSV(B) | 78.06º | 0.88% | 0.42% | - |
| XYZ | 8.37 | 11.96 | 2.25 | - |
| YUV | 87.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 13 | 0.26 | 0 | 0.88 | 0.58 | 78.06 | 0.78 | 0.23 |
| Hex | 4E | 6A | D | 1A | 0 | 58 | 3A | 4E | 4E | 17 |
| Octal | 116 | 152 | 15 | 32 | 0 | 130 | 72 | 116 | 116 | 27 |
| Binary | 1001110 | 1101010 | 1101 | 11010 | 0 | 1011000 | 111010 | 1001110 | 1001110 | 10111 |
Color Harmonies of #4E6A0D
Complementary color
Monochromatic Colors of #4E6A0D
Black with #4E6A0D
Text Example
Text Example
White with #4E6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A0D; }
p { color: rgb(78,106,13); }
H1.HeaderClassName
{
color: #4E6A0D;
}
.AnyTagClassName
{
color: #4E6A0D;
}
</style>
background-color css
<style>
a { background-color: #4E6A0D; }
a { background-color: rgb(78,106,13); }
div.DivClassName
{
background-color: #4E6A0D;
}
.BgClassName
{
background-color: #4E6A0D;
}
</style>
border-color css
<style>
span { border-color: #4E6A0D; }
span { border-color: rgb(78,106,13); }
td.TdClassName
{
border-color: #4E6A0D;
}
.TagClassName
{
border-color: #4E6A0D;
}
</style>