Shades of Lunar Green #545A48
Tints of Lunar Green #545A48
RGB
CMYK
RGB Variations
Color information
#545A48 (or 0x545A48) is known color: Lunar Green. HEX triplet: 54, 5A and 48. RGB value is (84,90,72). Sum of RGB (Red+Green+Blue) = 84+90+72=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #545A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A48 is #ABA5B7. Grayscale: #565656. Windows color (decimal): -11249080 or 4741716. OLE color: 4741716.
HSL color Cylindrical-coordinate representation of color #545A48: hue angle of 80º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545A48 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 72 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.65 |
| HSL | 80º | 0.11% | 0.32% | - |
| HSV(B) | 80º | 0.2% | 0.35% | - |
| XYZ | 8.48 | 9.67 | 7.55 | - |
| YUV | 86.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 72 | 0.07 | 0 | 0.20 | 0.65 | 80 | 0.11 | 0.32 |
| Hex | 54 | 5A | 48 | 7 | 0 | 14 | 41 | 50 | B | 20 |
| Octal | 124 | 132 | 110 | 7 | 0 | 24 | 101 | 120 | 13 | 40 |
| Binary | 1010100 | 1011010 | 1001000 | 111 | 0 | 10100 | 1000001 | 1010000 | 1011 | 100000 |
Color Harmonies of #545A48
Complementary color
Monochromatic Colors of #545A48
Black with #545A48
Text Example
Text Example
White with #545A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A48; }
p { color: rgb(84,90,72); }
H1.HeaderClassName
{
color: #545A48;
}
.AnyTagClassName
{
color: #545A48;
}
</style>
background-color css
<style>
a { background-color: #545A48; }
a { background-color: rgb(84,90,72); }
div.DivClassName
{
background-color: #545A48;
}
.BgClassName
{
background-color: #545A48;
}
</style>
border-color css
<style>
span { border-color: #545A48; }
span { border-color: rgb(84,90,72); }
td.TdClassName
{
border-color: #545A48;
}
.TagClassName
{
border-color: #545A48;
}
</style>