Shades of Verdun Green #49540E
Tints of Verdun Green #49540E
RGB
CMYK
RGB Variations
Color information
#49540E (or 0x49540E) is known color: Verdun Green. HEX triplet: 49, 54 and 0E. RGB value is (73,84,14). Sum of RGB (Red+Green+Blue) = 73+84+14=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #49540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49540E is #B6ABF1. Grayscale: #494949. Windows color (decimal): -11971570 or 939081. OLE color: 939081.
HSL color Cylindrical-coordinate representation of color #49540E: hue angle of 69.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49540E is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 14 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.67 |
| HSL | 69.43º | 0.71% | 0.19% | - |
| HSV(B) | 69.43º | 0.83% | 0.33% | - |
| XYZ | 6 | 7.79 | 1.6 | - |
| YUV | 72.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 14 | 0.13 | 0 | 0.83 | 0.67 | 69.43 | 0.71 | 0.19 |
| Hex | 49 | 54 | E | D | 0 | 53 | 43 | 45 | 47 | 13 |
| Octal | 111 | 124 | 16 | 15 | 0 | 123 | 103 | 105 | 107 | 23 |
| Binary | 1001001 | 1010100 | 1110 | 1101 | 0 | 1010011 | 1000011 | 1000101 | 1000111 | 10011 |
Color Harmonies of #49540E
Complementary color
Monochromatic Colors of #49540E
Black with #49540E
Text Example
Text Example
White with #49540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49540E; }
p { color: rgb(73,84,14); }
H1.HeaderClassName
{
color: #49540E;
}
.AnyTagClassName
{
color: #49540E;
}
</style>
background-color css
<style>
a { background-color: #49540E; }
a { background-color: rgb(73,84,14); }
div.DivClassName
{
background-color: #49540E;
}
.BgClassName
{
background-color: #49540E;
}
</style>
border-color css
<style>
span { border-color: #49540E; }
span { border-color: rgb(73,84,14); }
td.TdClassName
{
border-color: #49540E;
}
.TagClassName
{
border-color: #49540E;
}
</style>