Shades of Lunar Green #49513B
Tints of Lunar Green #49513B
RGB
CMYK
RGB Variations
Color information
#49513B (or 0x49513B) is known color: Lunar Green. HEX triplet: 49, 51 and 3B. RGB value is (73,81,59). Sum of RGB (Red+Green+Blue) = 73+81+59=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #49513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49513B is #B6AEC4. Grayscale: #4C4C4C. Windows color (decimal): -11972293 or 3887433. OLE color: 3887433.
HSL color Cylindrical-coordinate representation of color #49513B: hue angle of 81.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49513B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 59 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.68 |
| HSL | 81.82º | 0.16% | 0.27% | - |
| HSV(B) | 81.82º | 0.27% | 0.32% | - |
| XYZ | 6.48 | 7.62 | 5.27 | - |
| YUV | 76.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 59 | 0.10 | 0 | 0.27 | 0.68 | 81.82 | 0.16 | 0.27 |
| Hex | 49 | 51 | 3B | A | 0 | 1B | 44 | 52 | 10 | 1B |
| Octal | 111 | 121 | 73 | 12 | 0 | 33 | 104 | 122 | 20 | 33 |
| Binary | 1001001 | 1010001 | 111011 | 1010 | 0 | 11011 | 1000100 | 1010010 | 10000 | 11011 |
Color Harmonies of #49513B
Complementary color
Monochromatic Colors of #49513B
Black with #49513B
Text Example
Text Example
White with #49513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49513B; }
p { color: rgb(73,81,59); }
H1.HeaderClassName
{
color: #49513B;
}
.AnyTagClassName
{
color: #49513B;
}
</style>
background-color css
<style>
a { background-color: #49513B; }
a { background-color: rgb(73,81,59); }
div.DivClassName
{
background-color: #49513B;
}
.BgClassName
{
background-color: #49513B;
}
</style>
border-color css
<style>
span { border-color: #49513B; }
span { border-color: rgb(73,81,59); }
td.TdClassName
{
border-color: #49513B;
}
.TagClassName
{
border-color: #49513B;
}
</style>