Shades of Lunar Green #555B47
Tints of Lunar Green #555B47
RGB
CMYK
RGB Variations
Color information
#555B47 (or 0x555B47) is known color: Lunar Green. HEX triplet: 55, 5B and 47. RGB value is (85,91,71). Sum of RGB (Red+Green+Blue) = 85+91+71=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 91 - color contains mainly: green. Hex color #555B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B47 is #AAA4B8. Grayscale: #575757. Windows color (decimal): -11183289 or 4676437. OLE color: 4676437.
HSL color Cylindrical-coordinate representation of color #555B47: hue angle of 78º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555B47 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 71 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.64 |
| HSL | 78º | 0.12% | 0.32% | - |
| HSV(B) | 78º | 0.22% | 0.36% | - |
| XYZ | 8.62 | 9.87 | 7.41 | - |
| YUV | 86.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 71 | 0.07 | 0 | 0.22 | 0.64 | 78 | 0.12 | 0.32 |
| Hex | 55 | 5B | 47 | 7 | 0 | 16 | 40 | 4E | C | 20 |
| Octal | 125 | 133 | 107 | 7 | 0 | 26 | 100 | 116 | 14 | 40 |
| Binary | 1010101 | 1011011 | 1000111 | 111 | 0 | 10110 | 1000000 | 1001110 | 1100 | 100000 |
Color Harmonies of #555B47
Complementary color
Monochromatic Colors of #555B47
Black with #555B47
Text Example
Text Example
White with #555B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B47; }
p { color: rgb(85,91,71); }
H1.HeaderClassName
{
color: #555B47;
}
.AnyTagClassName
{
color: #555B47;
}
</style>
background-color css
<style>
a { background-color: #555B47; }
a { background-color: rgb(85,91,71); }
div.DivClassName
{
background-color: #555B47;
}
.BgClassName
{
background-color: #555B47;
}
</style>
border-color css
<style>
span { border-color: #555B47; }
span { border-color: rgb(85,91,71); }
td.TdClassName
{
border-color: #555B47;
}
.TagClassName
{
border-color: #555B47;
}
</style>