Shades of Lunar Green #555E47
Tints of Lunar Green #555E47
RGB
CMYK
RGB Variations
Color information
#555E47 (or 0x555E47) is known color: Lunar Green. HEX triplet: 55, 5E and 47. RGB value is (85,94,71). Sum of RGB (Red+Green+Blue) = 85+94+71=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #555E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E47 is #AAA1B8. Grayscale: #585858. Windows color (decimal): -11182521 or 4677205. OLE color: 4677205.
HSL color Cylindrical-coordinate representation of color #555E47: hue angle of 83.48º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555E47 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 71 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.63 |
| HSL | 83.48º | 0.14% | 0.32% | - |
| HSV(B) | 83.48º | 0.24% | 0.37% | - |
| XYZ | 8.89 | 10.39 | 7.5 | - |
| YUV | 88.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 71 | 0.10 | 0 | 0.24 | 0.63 | 83.48 | 0.14 | 0.32 |
| Hex | 55 | 5E | 47 | A | 0 | 18 | 3F | 53 | E | 20 |
| Octal | 125 | 136 | 107 | 12 | 0 | 30 | 77 | 123 | 16 | 40 |
| Binary | 1010101 | 1011110 | 1000111 | 1010 | 0 | 11000 | 111111 | 1010011 | 1110 | 100000 |
Color Harmonies of #555E47
Complementary color
Monochromatic Colors of #555E47
Black with #555E47
Text Example
Text Example
White with #555E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E47; }
p { color: rgb(85,94,71); }
H1.HeaderClassName
{
color: #555E47;
}
.AnyTagClassName
{
color: #555E47;
}
</style>
background-color css
<style>
a { background-color: #555E47; }
a { background-color: rgb(85,94,71); }
div.DivClassName
{
background-color: #555E47;
}
.BgClassName
{
background-color: #555E47;
}
</style>
border-color css
<style>
span { border-color: #555E47; }
span { border-color: rgb(85,94,71); }
td.TdClassName
{
border-color: #555E47;
}
.TagClassName
{
border-color: #555E47;
}
</style>