Shades of Lunar Green #555D46
Tints of Lunar Green #555D46
RGB
CMYK
RGB Variations
Color information
#555D46 (or 0x555D46) is known color: Lunar Green. HEX triplet: 55, 5D and 46. RGB value is (85,93,70). Sum of RGB (Red+Green+Blue) = 85+93+70=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #555D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555D46 is #AAA2B9. Grayscale: #585858. Windows color (decimal): -11182778 or 4611413. OLE color: 4611413.
HSL color Cylindrical-coordinate representation of color #555D46: hue angle of 80.87º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555D46 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 93 | 70 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.64 |
| HSL | 80.87º | 0.14% | 0.32% | - |
| HSV(B) | 80.87º | 0.25% | 0.36% | - |
| XYZ | 8.77 | 10.2 | 7.3 | - |
| YUV | 87.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 70 | 0.09 | 0 | 0.25 | 0.64 | 80.87 | 0.14 | 0.32 |
| Hex | 55 | 5D | 46 | 9 | 0 | 19 | 40 | 51 | E | 20 |
| Octal | 125 | 135 | 106 | 11 | 0 | 31 | 100 | 121 | 16 | 40 |
| Binary | 1010101 | 1011101 | 1000110 | 1001 | 0 | 11001 | 1000000 | 1010001 | 1110 | 100000 |
Color Harmonies of #555D46
Complementary color
Monochromatic Colors of #555D46
Black with #555D46
Text Example
Text Example
White with #555D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D46; }
p { color: rgb(85,93,70); }
H1.HeaderClassName
{
color: #555D46;
}
.AnyTagClassName
{
color: #555D46;
}
</style>
background-color css
<style>
a { background-color: #555D46; }
a { background-color: rgb(85,93,70); }
div.DivClassName
{
background-color: #555D46;
}
.BgClassName
{
background-color: #555D46;
}
</style>
border-color css
<style>
span { border-color: #555D46; }
span { border-color: rgb(85,93,70); }
td.TdClassName
{
border-color: #555D46;
}
.TagClassName
{
border-color: #555D46;
}
</style>