Shades of Verdun Green #49510E
Tints of Verdun Green #49510E
RGB
CMYK
RGB Variations
Color information
#49510E (or 0x49510E) is known color: Verdun Green. HEX triplet: 49, 51 and 0E. RGB value is (73,81,14). Sum of RGB (Red+Green+Blue) = 73+81+14=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #49510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49510E is #B6AEF1. Grayscale: #474747. Windows color (decimal): -11972338 or 938313. OLE color: 938313.
HSL color Cylindrical-coordinate representation of color #49510E: hue angle of 67.16º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49510E is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 14 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.68 |
| HSL | 67.16º | 0.71% | 0.19% | - |
| HSV(B) | 67.16º | 0.83% | 0.32% | - |
| XYZ | 5.77 | 7.33 | 1.53 | - |
| YUV | 70.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 14 | 0.10 | 0 | 0.83 | 0.68 | 67.16 | 0.71 | 0.19 |
| Hex | 49 | 51 | E | A | 0 | 53 | 44 | 43 | 47 | 13 |
| Octal | 111 | 121 | 16 | 12 | 0 | 123 | 104 | 103 | 107 | 23 |
| Binary | 1001001 | 1010001 | 1110 | 1010 | 0 | 1010011 | 1000100 | 1000011 | 1000111 | 10011 |
Color Harmonies of #49510E
Complementary color
Monochromatic Colors of #49510E
Black with #49510E
Text Example
Text Example
White with #49510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49510E; }
p { color: rgb(73,81,14); }
H1.HeaderClassName
{
color: #49510E;
}
.AnyTagClassName
{
color: #49510E;
}
</style>
background-color css
<style>
a { background-color: #49510E; }
a { background-color: rgb(73,81,14); }
div.DivClassName
{
background-color: #49510E;
}
.BgClassName
{
background-color: #49510E;
}
</style>
border-color css
<style>
span { border-color: #49510E; }
span { border-color: rgb(73,81,14); }
td.TdClassName
{
border-color: #49510E;
}
.TagClassName
{
border-color: #49510E;
}
</style>