Shades of Lunar Green #545A4B
Tints of Lunar Green #545A4B
RGB
CMYK
RGB Variations
Color information
#545A4B (or 0x545A4B) is known color: Lunar Green. HEX triplet: 54, 5A and 4B. RGB value is (84,90,75). Sum of RGB (Red+Green+Blue) = 84+90+75=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #545A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A4B is #ABA5B4. Grayscale: #565656. Windows color (decimal): -11249077 or 4938324. OLE color: 4938324.
HSL color Cylindrical-coordinate representation of color #545A4B: hue angle of 84º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #545A4B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 75 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.65 |
| HSL | 84º | 0.09% | 0.32% | - |
| HSV(B) | 84º | 0.17% | 0.35% | - |
| XYZ | 8.58 | 9.71 | 8.08 | - |
| YUV | 86.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 75 | 0.07 | 0 | 0.17 | 0.65 | 84 | 0.09 | 0.32 |
| Hex | 54 | 5A | 4B | 7 | 0 | 11 | 41 | 54 | 9 | 20 |
| Octal | 124 | 132 | 113 | 7 | 0 | 21 | 101 | 124 | 11 | 40 |
| Binary | 1010100 | 1011010 | 1001011 | 111 | 0 | 10001 | 1000001 | 1010100 | 1001 | 100000 |
Color Harmonies of #545A4B
Complementary color
Monochromatic Colors of #545A4B
Black with #545A4B
Text Example
Text Example
White with #545A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A4B; }
p { color: rgb(84,90,75); }
H1.HeaderClassName
{
color: #545A4B;
}
.AnyTagClassName
{
color: #545A4B;
}
</style>
background-color css
<style>
a { background-color: #545A4B; }
a { background-color: rgb(84,90,75); }
div.DivClassName
{
background-color: #545A4B;
}
.BgClassName
{
background-color: #545A4B;
}
</style>
border-color css
<style>
span { border-color: #545A4B; }
span { border-color: rgb(84,90,75); }
td.TdClassName
{
border-color: #545A4B;
}
.TagClassName
{
border-color: #545A4B;
}
</style>