Shades of Lunar Green #555A46
Tints of Lunar Green #555A46
RGB
CMYK
RGB Variations
Color information
#555A46 (or 0x555A46) is known color: Lunar Green. HEX triplet: 55, 5A and 46. RGB value is (85,90,70). Sum of RGB (Red+Green+Blue) = 85+90+70=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #555A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A46 is #AAA5B9. Grayscale: #565656. Windows color (decimal): -11183546 or 4610645. OLE color: 4610645.
HSL color Cylindrical-coordinate representation of color #555A46: hue angle of 75º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555A46 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 70 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.65 |
| HSL | 75º | 0.13% | 0.31% | - |
| HSV(B) | 75º | 0.22% | 0.35% | - |
| XYZ | 8.51 | 9.69 | 7.22 | - |
| YUV | 86.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 70 | 0.06 | 0 | 0.22 | 0.65 | 75 | 0.13 | 0.31 |
| Hex | 55 | 5A | 46 | 6 | 0 | 16 | 41 | 4B | C | 1F |
| Octal | 125 | 132 | 106 | 6 | 0 | 26 | 101 | 113 | 14 | 37 |
| Binary | 1010101 | 1011010 | 1000110 | 110 | 0 | 10110 | 1000001 | 1001011 | 1100 | 11111 |
Color Harmonies of #555A46
Complementary color
Monochromatic Colors of #555A46
Black with #555A46
Text Example
Text Example
White with #555A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A46; }
p { color: rgb(85,90,70); }
H1.HeaderClassName
{
color: #555A46;
}
.AnyTagClassName
{
color: #555A46;
}
</style>
background-color css
<style>
a { background-color: #555A46; }
a { background-color: rgb(85,90,70); }
div.DivClassName
{
background-color: #555A46;
}
.BgClassName
{
background-color: #555A46;
}
</style>
border-color css
<style>
span { border-color: #555A46; }
span { border-color: rgb(85,90,70); }
td.TdClassName
{
border-color: #555A46;
}
.TagClassName
{
border-color: #555A46;
}
</style>