Shades of Lunar Green #54594C
Tints of Lunar Green #54594C
RGB
CMYK
RGB Variations
Color information
#54594C (or 0x54594C) is known color: Lunar Green. HEX triplet: 54, 59 and 4C. RGB value is (84,89,76). Sum of RGB (Red+Green+Blue) = 84+89+76=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #54594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54594C is #ABA6B3. Grayscale: #565656. Windows color (decimal): -11249332 or 5003604. OLE color: 5003604.
HSL color Cylindrical-coordinate representation of color #54594C: hue angle of 83.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54594C is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 76 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.65 |
| HSL | 83.08º | 0.08% | 0.32% | - |
| HSV(B) | 83.08º | 0.15% | 0.35% | - |
| XYZ | 8.53 | 9.55 | 8.23 | - |
| YUV | 86.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 76 | 0.06 | 0 | 0.15 | 0.65 | 83.08 | 0.08 | 0.32 |
| Hex | 54 | 59 | 4C | 6 | 0 | F | 41 | 53 | 8 | 20 |
| Octal | 124 | 131 | 114 | 6 | 0 | 17 | 101 | 123 | 10 | 40 |
| Binary | 1010100 | 1011001 | 1001100 | 110 | 0 | 1111 | 1000001 | 1010011 | 1000 | 100000 |
Color Harmonies of #54594C
Complementary color
Monochromatic Colors of #54594C
Black with #54594C
Text Example
Text Example
White with #54594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54594C; }
p { color: rgb(84,89,76); }
H1.HeaderClassName
{
color: #54594C;
}
.AnyTagClassName
{
color: #54594C;
}
</style>
background-color css
<style>
a { background-color: #54594C; }
a { background-color: rgb(84,89,76); }
div.DivClassName
{
background-color: #54594C;
}
.BgClassName
{
background-color: #54594C;
}
</style>
border-color css
<style>
span { border-color: #54594C; }
span { border-color: rgb(84,89,76); }
td.TdClassName
{
border-color: #54594C;
}
.TagClassName
{
border-color: #54594C;
}
</style>