Shades of Lunar Green #555A48
Tints of Lunar Green #555A48
RGB
CMYK
RGB Variations
Color information
#555A48 (or 0x555A48) is known color: Lunar Green. HEX triplet: 55, 5A and 48. RGB value is (85,90,72). Sum of RGB (Red+Green+Blue) = 85+90+72=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #555A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A48 is #AAA5B7. Grayscale: #565656. Windows color (decimal): -11183544 or 4741717. OLE color: 4741717.
HSL color Cylindrical-coordinate representation of color #555A48: hue angle of 76.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555A48 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 72 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.65 |
| HSL | 76.67º | 0.11% | 0.32% | - |
| HSV(B) | 76.67º | 0.2% | 0.35% | - |
| XYZ | 8.57 | 9.71 | 7.55 | - |
| YUV | 86.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 72 | 0.06 | 0 | 0.20 | 0.65 | 76.67 | 0.11 | 0.32 |
| Hex | 55 | 5A | 48 | 6 | 0 | 14 | 41 | 4D | B | 20 |
| Octal | 125 | 132 | 110 | 6 | 0 | 24 | 101 | 115 | 13 | 40 |
| Binary | 1010101 | 1011010 | 1001000 | 110 | 0 | 10100 | 1000001 | 1001101 | 1011 | 100000 |
Color Harmonies of #555A48
Complementary color
Monochromatic Colors of #555A48
Black with #555A48
Text Example
Text Example
White with #555A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A48; }
p { color: rgb(85,90,72); }
H1.HeaderClassName
{
color: #555A48;
}
.AnyTagClassName
{
color: #555A48;
}
</style>
background-color css
<style>
a { background-color: #555A48; }
a { background-color: rgb(85,90,72); }
div.DivClassName
{
background-color: #555A48;
}
.BgClassName
{
background-color: #555A48;
}
</style>
border-color css
<style>
span { border-color: #555A48; }
span { border-color: rgb(85,90,72); }
td.TdClassName
{
border-color: #555A48;
}
.TagClassName
{
border-color: #555A48;
}
</style>