Shades of Lunar Green #49543A
Tints of Lunar Green #49543A
RGB
CMYK
RGB Variations
Color information
#49543A (or 0x49543A) is known color: Lunar Green. HEX triplet: 49, 54 and 3A. RGB value is (73,84,58). Sum of RGB (Red+Green+Blue) = 73+84+58=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #49543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543A is #B6ABC5. Grayscale: #4D4D4D. Windows color (decimal): -11971526 or 3822665. OLE color: 3822665.
HSL color Cylindrical-coordinate representation of color #49543A: hue angle of 85.38º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49543A is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 58 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.67 |
| HSL | 85.38º | 0.18% | 0.28% | - |
| HSV(B) | 85.38º | 0.31% | 0.33% | - |
| XYZ | 6.68 | 8.06 | 5.21 | - |
| YUV | 77.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 58 | 0.13 | 0 | 0.31 | 0.67 | 85.38 | 0.18 | 0.28 |
| Hex | 49 | 54 | 3A | D | 0 | 1F | 43 | 55 | 12 | 1C |
| Octal | 111 | 124 | 72 | 15 | 0 | 37 | 103 | 125 | 22 | 34 |
| Binary | 1001001 | 1010100 | 111010 | 1101 | 0 | 11111 | 1000011 | 1010101 | 10010 | 11100 |
Color Harmonies of #49543A
Complementary color
Monochromatic Colors of #49543A
Black with #49543A
Text Example
Text Example
White with #49543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49543A; }
p { color: rgb(73,84,58); }
H1.HeaderClassName
{
color: #49543A;
}
.AnyTagClassName
{
color: #49543A;
}
</style>
background-color css
<style>
a { background-color: #49543A; }
a { background-color: rgb(73,84,58); }
div.DivClassName
{
background-color: #49543A;
}
.BgClassName
{
background-color: #49543A;
}
</style>
border-color css
<style>
span { border-color: #49543A; }
span { border-color: rgb(73,84,58); }
td.TdClassName
{
border-color: #49543A;
}
.TagClassName
{
border-color: #49543A;
}
</style>