Shades of Lunar Green #49533A
Tints of Lunar Green #49533A
RGB
CMYK
RGB Variations
Color information
#49533A (or 0x49533A) is known color: Lunar Green. HEX triplet: 49, 53 and 3A. RGB value is (73,83,58). Sum of RGB (Red+Green+Blue) = 73+83+58=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #49533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49533A is #B6ACC5. Grayscale: #4D4D4D. Windows color (decimal): -11971782 or 3822409. OLE color: 3822409.
HSL color Cylindrical-coordinate representation of color #49533A: hue angle of 84º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49533A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 58 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.67 |
| HSL | 84º | 0.18% | 0.28% | - |
| HSV(B) | 84º | 0.3% | 0.33% | - |
| XYZ | 6.6 | 7.91 | 5.18 | - |
| YUV | 77.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 58 | 0.12 | 0 | 0.30 | 0.67 | 84 | 0.18 | 0.28 |
| Hex | 49 | 53 | 3A | C | 0 | 1E | 43 | 54 | 12 | 1C |
| Octal | 111 | 123 | 72 | 14 | 0 | 36 | 103 | 124 | 22 | 34 |
| Binary | 1001001 | 1010011 | 111010 | 1100 | 0 | 11110 | 1000011 | 1010100 | 10010 | 11100 |
Color Harmonies of #49533A
Complementary color
Monochromatic Colors of #49533A
Black with #49533A
Text Example
Text Example
White with #49533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49533A; }
p { color: rgb(73,83,58); }
H1.HeaderClassName
{
color: #49533A;
}
.AnyTagClassName
{
color: #49533A;
}
</style>
background-color css
<style>
a { background-color: #49533A; }
a { background-color: rgb(73,83,58); }
div.DivClassName
{
background-color: #49533A;
}
.BgClassName
{
background-color: #49533A;
}
</style>
border-color css
<style>
span { border-color: #49533A; }
span { border-color: rgb(73,83,58); }
td.TdClassName
{
border-color: #49533A;
}
.TagClassName
{
border-color: #49533A;
}
</style>