Shades of Lunar Green #54594D
Tints of Lunar Green #54594D
RGB
CMYK
RGB Variations
Color information
#54594D (or 0x54594D) is known color: Lunar Green. HEX triplet: 54, 59 and 4D. RGB value is (84,89,77). Sum of RGB (Red+Green+Blue) = 84+89+77=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #54594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54594D is #ABA6B2. Grayscale: #565656. Windows color (decimal): -11249331 or 5069140. OLE color: 5069140.
HSL color Cylindrical-coordinate representation of color #54594D: hue angle of 85º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #54594D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 77 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.65 |
| HSL | 85º | 0.07% | 0.33% | - |
| HSV(B) | 85º | 0.13% | 0.35% | - |
| XYZ | 8.57 | 9.57 | 8.42 | - |
| YUV | 86.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 77 | 0.06 | 0 | 0.13 | 0.65 | 85 | 0.07 | 0.33 |
| Hex | 54 | 59 | 4D | 6 | 0 | D | 41 | 55 | 7 | 21 |
| Octal | 124 | 131 | 115 | 6 | 0 | 15 | 101 | 125 | 7 | 41 |
| Binary | 1010100 | 1011001 | 1001101 | 110 | 0 | 1101 | 1000001 | 1010101 | 111 | 100001 |
Color Harmonies of #54594D
Complementary color
Monochromatic Colors of #54594D
Black with #54594D
Text Example
Text Example
White with #54594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54594D; }
p { color: rgb(84,89,77); }
H1.HeaderClassName
{
color: #54594D;
}
.AnyTagClassName
{
color: #54594D;
}
</style>
background-color css
<style>
a { background-color: #54594D; }
a { background-color: rgb(84,89,77); }
div.DivClassName
{
background-color: #54594D;
}
.BgClassName
{
background-color: #54594D;
}
</style>
border-color css
<style>
span { border-color: #54594D; }
span { border-color: rgb(84,89,77); }
td.TdClassName
{
border-color: #54594D;
}
.TagClassName
{
border-color: #54594D;
}
</style>