Shades of Lunar Green #49553A
Tints of Lunar Green #49553A
RGB
CMYK
RGB Variations
Color information
#49553A (or 0x49553A) is known color: Lunar Green. HEX triplet: 49, 55 and 3A. RGB value is (73,85,58). Sum of RGB (Red+Green+Blue) = 73+85+58=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #49553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553A is #B6AAC5. Grayscale: #4E4E4E. Windows color (decimal): -11971270 or 3822921. OLE color: 3822921.
HSL color Cylindrical-coordinate representation of color #49553A: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49553A is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 58 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.67 |
| HSL | 86.67º | 0.19% | 0.28% | - |
| HSV(B) | 86.67º | 0.32% | 0.33% | - |
| XYZ | 6.76 | 8.22 | 5.23 | - |
| YUV | 78.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 58 | 0.14 | 0 | 0.32 | 0.67 | 86.67 | 0.19 | 0.28 |
| Hex | 49 | 55 | 3A | E | 0 | 20 | 43 | 57 | 13 | 1C |
| Octal | 111 | 125 | 72 | 16 | 0 | 40 | 103 | 127 | 23 | 34 |
| Binary | 1001001 | 1010101 | 111010 | 1110 | 0 | 100000 | 1000011 | 1010111 | 10011 | 11100 |
Color Harmonies of #49553A
Complementary color
Monochromatic Colors of #49553A
Black with #49553A
Text Example
Text Example
White with #49553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49553A; }
p { color: rgb(73,85,58); }
H1.HeaderClassName
{
color: #49553A;
}
.AnyTagClassName
{
color: #49553A;
}
</style>
background-color css
<style>
a { background-color: #49553A; }
a { background-color: rgb(73,85,58); }
div.DivClassName
{
background-color: #49553A;
}
.BgClassName
{
background-color: #49553A;
}
</style>
border-color css
<style>
span { border-color: #49553A; }
span { border-color: rgb(73,85,58); }
td.TdClassName
{
border-color: #49553A;
}
.TagClassName
{
border-color: #49553A;
}
</style>