Shades of Lunar Green #49523C
Tints of Lunar Green #49523C
RGB
CMYK
RGB Variations
Color information
#49523C (or 0x49523C) is known color: Lunar Green. HEX triplet: 49, 52 and 3C. RGB value is (73,82,60). Sum of RGB (Red+Green+Blue) = 73+82+60=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #49523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49523C is #B6ADC3. Grayscale: #4C4C4C. Windows color (decimal): -11972036 or 3953225. OLE color: 3953225.
HSL color Cylindrical-coordinate representation of color #49523C: hue angle of 84.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49523C is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 60 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.68 |
| HSL | 84.55º | 0.15% | 0.28% | - |
| HSV(B) | 84.55º | 0.27% | 0.32% | - |
| XYZ | 6.58 | 7.78 | 5.43 | - |
| YUV | 76.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 60 | 0.11 | 0 | 0.27 | 0.68 | 84.55 | 0.15 | 0.28 |
| Hex | 49 | 52 | 3C | B | 0 | 1B | 44 | 55 | F | 1C |
| Octal | 111 | 122 | 74 | 13 | 0 | 33 | 104 | 125 | 17 | 34 |
| Binary | 1001001 | 1010010 | 111100 | 1011 | 0 | 11011 | 1000100 | 1010101 | 1111 | 11100 |
Color Harmonies of #49523C
Complementary color
Monochromatic Colors of #49523C
Black with #49523C
Text Example
Text Example
White with #49523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49523C; }
p { color: rgb(73,82,60); }
H1.HeaderClassName
{
color: #49523C;
}
.AnyTagClassName
{
color: #49523C;
}
</style>
background-color css
<style>
a { background-color: #49523C; }
a { background-color: rgb(73,82,60); }
div.DivClassName
{
background-color: #49523C;
}
.BgClassName
{
background-color: #49523C;
}
</style>
border-color css
<style>
span { border-color: #49523C; }
span { border-color: rgb(73,82,60); }
td.TdClassName
{
border-color: #49523C;
}
.TagClassName
{
border-color: #49523C;
}
</style>