Shades of Lunar Green #555948
Tints of Lunar Green #555948
RGB
CMYK
RGB Variations
Color information
#555948 (or 0x555948) is known color: Lunar Green. HEX triplet: 55, 59 and 48. RGB value is (85,89,72). Sum of RGB (Red+Green+Blue) = 85+89+72=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #555948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555948 is #AAA6B7. Grayscale: #555555. Windows color (decimal): -11183800 or 4741461. OLE color: 4741461.
HSL color Cylindrical-coordinate representation of color #555948: hue angle of 74.12º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555948 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 72 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.65 |
| HSL | 74.12º | 0.11% | 0.32% | - |
| HSV(B) | 74.12º | 0.19% | 0.35% | - |
| XYZ | 8.49 | 9.54 | 7.53 | - |
| YUV | 85.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 72 | 0.04 | 0 | 0.19 | 0.65 | 74.12 | 0.11 | 0.32 |
| Hex | 55 | 59 | 48 | 4 | 0 | 13 | 41 | 4A | B | 20 |
| Octal | 125 | 131 | 110 | 4 | 0 | 23 | 101 | 112 | 13 | 40 |
| Binary | 1010101 | 1011001 | 1001000 | 100 | 0 | 10011 | 1000001 | 1001010 | 1011 | 100000 |
Color Harmonies of #555948
Complementary color
Monochromatic Colors of #555948
Black with #555948
Text Example
Text Example
White with #555948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555948; }
p { color: rgb(85,89,72); }
H1.HeaderClassName
{
color: #555948;
}
.AnyTagClassName
{
color: #555948;
}
</style>
background-color css
<style>
a { background-color: #555948; }
a { background-color: rgb(85,89,72); }
div.DivClassName
{
background-color: #555948;
}
.BgClassName
{
background-color: #555948;
}
</style>
border-color css
<style>
span { border-color: #555948; }
span { border-color: rgb(85,89,72); }
td.TdClassName
{
border-color: #555948;
}
.TagClassName
{
border-color: #555948;
}
</style>