Shades of Lunar Green #545949
Tints of Lunar Green #545949
RGB
CMYK
RGB Variations
Color information
#545949 (or 0x545949) is known color: Lunar Green. HEX triplet: 54, 59 and 49. RGB value is (84,89,73). Sum of RGB (Red+Green+Blue) = 84+89+73=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #545949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545949 is #ABA6B6. Grayscale: #555555. Windows color (decimal): -11249335 or 4806996. OLE color: 4806996.
HSL color Cylindrical-coordinate representation of color #545949: hue angle of 78.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545949 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 73 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.65 |
| HSL | 78.75º | 0.1% | 0.32% | - |
| HSV(B) | 78.75º | 0.18% | 0.35% | - |
| XYZ | 8.43 | 9.51 | 7.69 | - |
| YUV | 85.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 73 | 0.06 | 0 | 0.18 | 0.65 | 78.75 | 0.1 | 0.32 |
| Hex | 54 | 59 | 49 | 6 | 0 | 12 | 41 | 4F | A | 20 |
| Octal | 124 | 131 | 111 | 6 | 0 | 22 | 101 | 117 | 12 | 40 |
| Binary | 1010100 | 1011001 | 1001001 | 110 | 0 | 10010 | 1000001 | 1001111 | 1010 | 100000 |
Color Harmonies of #545949
Complementary color
Monochromatic Colors of #545949
Black with #545949
Text Example
Text Example
White with #545949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545949; }
p { color: rgb(84,89,73); }
H1.HeaderClassName
{
color: #545949;
}
.AnyTagClassName
{
color: #545949;
}
</style>
background-color css
<style>
a { background-color: #545949; }
a { background-color: rgb(84,89,73); }
div.DivClassName
{
background-color: #545949;
}
.BgClassName
{
background-color: #545949;
}
</style>
border-color css
<style>
span { border-color: #545949; }
span { border-color: rgb(84,89,73); }
td.TdClassName
{
border-color: #545949;
}
.TagClassName
{
border-color: #545949;
}
</style>