Shades of Lunar Green #49513C
Tints of Lunar Green #49513C
RGB
CMYK
RGB Variations
Color information
#49513C (or 0x49513C) is known color: Lunar Green. HEX triplet: 49, 51 and 3C. RGB value is (73,81,60). Sum of RGB (Red+Green+Blue) = 73+81+60=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #49513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49513C is #B6AEC3. Grayscale: #4C4C4C. Windows color (decimal): -11972292 or 3952969. OLE color: 3952969.
HSL color Cylindrical-coordinate representation of color #49513C: hue angle of 82.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49513C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 60 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.68 |
| HSL | 82.86º | 0.15% | 0.28% | - |
| HSV(B) | 82.86º | 0.26% | 0.32% | - |
| XYZ | 6.51 | 7.63 | 5.4 | - |
| YUV | 76.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 60 | 0.10 | 0 | 0.26 | 0.68 | 82.86 | 0.15 | 0.28 |
| Hex | 49 | 51 | 3C | A | 0 | 1A | 44 | 53 | F | 1C |
| Octal | 111 | 121 | 74 | 12 | 0 | 32 | 104 | 123 | 17 | 34 |
| Binary | 1001001 | 1010001 | 111100 | 1010 | 0 | 11010 | 1000100 | 1010011 | 1111 | 11100 |
Color Harmonies of #49513C
Complementary color
Monochromatic Colors of #49513C
Black with #49513C
Text Example
Text Example
White with #49513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49513C; }
p { color: rgb(73,81,60); }
H1.HeaderClassName
{
color: #49513C;
}
.AnyTagClassName
{
color: #49513C;
}
</style>
background-color css
<style>
a { background-color: #49513C; }
a { background-color: rgb(73,81,60); }
div.DivClassName
{
background-color: #49513C;
}
.BgClassName
{
background-color: #49513C;
}
</style>
border-color css
<style>
span { border-color: #49513C; }
span { border-color: rgb(73,81,60); }
td.TdClassName
{
border-color: #49513C;
}
.TagClassName
{
border-color: #49513C;
}
</style>