Shades of Lunar Green #49513E
Tints of Lunar Green #49513E
RGB
CMYK
RGB Variations
Color information
#49513E (or 0x49513E) is known color: Lunar Green. HEX triplet: 49, 51 and 3E. RGB value is (73,81,62). Sum of RGB (Red+Green+Blue) = 73+81+62=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #49513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49513E is #B6AEC1. Grayscale: #4C4C4C. Windows color (decimal): -11972290 or 4084041. OLE color: 4084041.
HSL color Cylindrical-coordinate representation of color #49513E: hue angle of 85.26º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49513E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 62 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.68 |
| HSL | 85.26º | 0.13% | 0.28% | - |
| HSV(B) | 85.26º | 0.23% | 0.32% | - |
| XYZ | 6.56 | 7.65 | 5.69 | - |
| YUV | 76.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 62 | 0.10 | 0 | 0.23 | 0.68 | 85.26 | 0.13 | 0.28 |
| Hex | 49 | 51 | 3E | A | 0 | 17 | 44 | 55 | D | 1C |
| Octal | 111 | 121 | 76 | 12 | 0 | 27 | 104 | 125 | 15 | 34 |
| Binary | 1001001 | 1010001 | 111110 | 1010 | 0 | 10111 | 1000100 | 1010101 | 1101 | 11100 |
Color Harmonies of #49513E
Complementary color
Monochromatic Colors of #49513E
Black with #49513E
Text Example
Text Example
White with #49513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49513E; }
p { color: rgb(73,81,62); }
H1.HeaderClassName
{
color: #49513E;
}
.AnyTagClassName
{
color: #49513E;
}
</style>
background-color css
<style>
a { background-color: #49513E; }
a { background-color: rgb(73,81,62); }
div.DivClassName
{
background-color: #49513E;
}
.BgClassName
{
background-color: #49513E;
}
</style>
border-color css
<style>
span { border-color: #49513E; }
span { border-color: rgb(73,81,62); }
td.TdClassName
{
border-color: #49513E;
}
.TagClassName
{
border-color: #49513E;
}
</style>