Shades of Lunar Green #545749
Tints of Lunar Green #545749
RGB
CMYK
RGB Variations
Color information
#545749 (or 0x545749) is known color: Lunar Green. HEX triplet: 54, 57 and 49. RGB value is (84,87,73). Sum of RGB (Red+Green+Blue) = 84+87+73=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #545749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545749 is #ABA8B6. Grayscale: #545454. Windows color (decimal): -11249847 or 4806484. OLE color: 4806484.
HSL color Cylindrical-coordinate representation of color #545749: hue angle of 72.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545749 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 73 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.66 |
| HSL | 72.86º | 0.09% | 0.31% | - |
| HSV(B) | 72.86º | 0.16% | 0.34% | - |
| XYZ | 8.27 | 9.18 | 7.64 | - |
| YUV | 84.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 73 | 0.03 | 0 | 0.16 | 0.66 | 72.86 | 0.09 | 0.31 |
| Hex | 54 | 57 | 49 | 3 | 0 | 10 | 42 | 49 | 9 | 1F |
| Octal | 124 | 127 | 111 | 3 | 0 | 20 | 102 | 111 | 11 | 37 |
| Binary | 1010100 | 1010111 | 1001001 | 11 | 0 | 10000 | 1000010 | 1001001 | 1001 | 11111 |
Color Harmonies of #545749
Complementary color
Monochromatic Colors of #545749
Black with #545749
Text Example
Text Example
White with #545749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545749; }
p { color: rgb(84,87,73); }
H1.HeaderClassName
{
color: #545749;
}
.AnyTagClassName
{
color: #545749;
}
</style>
background-color css
<style>
a { background-color: #545749; }
a { background-color: rgb(84,87,73); }
div.DivClassName
{
background-color: #545749;
}
.BgClassName
{
background-color: #545749;
}
</style>
border-color css
<style>
span { border-color: #545749; }
span { border-color: rgb(84,87,73); }
td.TdClassName
{
border-color: #545749;
}
.TagClassName
{
border-color: #545749;
}
</style>