Shades of Verdun Green #49460F
Tints of Verdun Green #49460F
RGB
CMYK
RGB Variations
Color information
#49460F (or 0x49460F) is known color: Verdun Green. HEX triplet: 49, 46 and 0F. RGB value is (73,70,15). Sum of RGB (Red+Green+Blue) = 73+70+15=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49460F is #B6B9F0. Grayscale: #404040. Windows color (decimal): -11975153 or 1001033. OLE color: 1001033.
HSL color Cylindrical-coordinate representation of color #49460F: hue angle of 56.9º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49460F is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 70 | 15 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.71 |
| HSL | 56.9º | 0.66% | 0.17% | - |
| HSV(B) | 56.9º | 0.79% | 0.29% | - |
| XYZ | 5.02 | 5.83 | 1.31 | - |
| YUV | 64.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 15 | 0 | 0.04 | 0.79 | 0.71 | 56.9 | 0.66 | 0.17 |
| Hex | 49 | 46 | F | 0 | 4 | 4F | 47 | 39 | 42 | 11 |
| Octal | 111 | 106 | 17 | 0 | 4 | 117 | 107 | 71 | 102 | 21 |
| Binary | 1001001 | 1000110 | 1111 | 0 | 100 | 1001111 | 1000111 | 111001 | 1000010 | 10001 |
Color Harmonies of #49460F
Complementary color
Monochromatic Colors of #49460F
Black with #49460F
Text Example
Text Example
White with #49460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49460F; }
p { color: rgb(73,70,15); }
H1.HeaderClassName
{
color: #49460F;
}
.AnyTagClassName
{
color: #49460F;
}
</style>
background-color css
<style>
a { background-color: #49460F; }
a { background-color: rgb(73,70,15); }
div.DivClassName
{
background-color: #49460F;
}
.BgClassName
{
background-color: #49460F;
}
</style>
border-color css
<style>
span { border-color: #49460F; }
span { border-color: rgb(73,70,15); }
td.TdClassName
{
border-color: #49460F;
}
.TagClassName
{
border-color: #49460F;
}
</style>