Shades of Verdun Green #49490F
Tints of Verdun Green #49490F
RGB
CMYK
RGB Variations
Color information
#49490F (or 0x49490F) is known color: Verdun Green. HEX triplet: 49, 49 and 0F. RGB value is (73,73,15). Sum of RGB (Red+Green+Blue) = 73+73+15=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49490F is #B6B6F0. Grayscale: #424242. Windows color (decimal): -11974385 or 1001801. OLE color: 1001801.
HSL color Cylindrical-coordinate representation of color #49490F: hue angle of 60º 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 #49490F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 15 | - |
| CMYK | 0 | 0 | 0.79 | 0.71 |
| HSL | 60º | 0.66% | 0.17% | - |
| HSV(B) | 60º | 0.79% | 0.29% | - |
| XYZ | 5.22 | 6.22 | 1.38 | - |
| YUV | 66.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 15 | 0 | 0 | 0.79 | 0.71 | 60 | 0.66 | 0.17 |
| Hex | 49 | 49 | F | 0 | 0 | 4F | 47 | 3C | 42 | 11 |
| Octal | 111 | 111 | 17 | 0 | 0 | 117 | 107 | 74 | 102 | 21 |
| Binary | 1001001 | 1001001 | 1111 | 0 | 0 | 1001111 | 1000111 | 111100 | 1000010 | 10001 |
Color Harmonies of #49490F
Complementary color
Monochromatic Colors of #49490F
Black with #49490F
Text Example
Text Example
White with #49490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49490F; }
p { color: rgb(73,73,15); }
H1.HeaderClassName
{
color: #49490F;
}
.AnyTagClassName
{
color: #49490F;
}
</style>
background-color css
<style>
a { background-color: #49490F; }
a { background-color: rgb(73,73,15); }
div.DivClassName
{
background-color: #49490F;
}
.BgClassName
{
background-color: #49490F;
}
</style>
border-color css
<style>
span { border-color: #49490F; }
span { border-color: rgb(73,73,15); }
td.TdClassName
{
border-color: #49490F;
}
.TagClassName
{
border-color: #49490F;
}
</style>