Shades of Lunar Green #54584D
Tints of Lunar Green #54584D
RGB
CMYK
RGB Variations
Color information
#54584D (or 0x54584D) is known color: Lunar Green. HEX triplet: 54, 58 and 4D. RGB value is (84,88,77). Sum of RGB (Red+Green+Blue) = 84+88+77=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #54584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54584D is #ABA7B2. Grayscale: #555555. Windows color (decimal): -11249587 or 5068884. OLE color: 5068884.
HSL color Cylindrical-coordinate representation of color #54584D: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54584D is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 88 | 77 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.65 |
| HSL | 81.82º | 0.07% | 0.32% | - |
| HSV(B) | 81.82º | 0.13% | 0.35% | - |
| XYZ | 8.49 | 9.4 | 8.39 | - |
| YUV | 85.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 77 | 0.05 | 0 | 0.12 | 0.65 | 81.82 | 0.07 | 0.32 |
| Hex | 54 | 58 | 4D | 5 | 0 | C | 41 | 52 | 7 | 20 |
| Octal | 124 | 130 | 115 | 5 | 0 | 14 | 101 | 122 | 7 | 40 |
| Binary | 1010100 | 1011000 | 1001101 | 101 | 0 | 1100 | 1000001 | 1010010 | 111 | 100000 |
Color Harmonies of #54584D
Complementary color
Monochromatic Colors of #54584D
Black with #54584D
Text Example
Text Example
White with #54584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54584D; }
p { color: rgb(84,88,77); }
H1.HeaderClassName
{
color: #54584D;
}
.AnyTagClassName
{
color: #54584D;
}
</style>
background-color css
<style>
a { background-color: #54584D; }
a { background-color: rgb(84,88,77); }
div.DivClassName
{
background-color: #54584D;
}
.BgClassName
{
background-color: #54584D;
}
</style>
border-color css
<style>
span { border-color: #54584D; }
span { border-color: rgb(84,88,77); }
td.TdClassName
{
border-color: #54584D;
}
.TagClassName
{
border-color: #54584D;
}
</style>