Shades of Fruit Salad #559F4D
Tints of Fruit Salad #559F4D
RGB
CMYK
RGB Variations
Color information
#559F4D (or 0x559F4D) is known color: Fruit Salad. HEX triplet: 55, 9F and 4D. RGB value is (85,159,77). Sum of RGB (Red+Green+Blue) = 85+159+77=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #559F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559F4D is #AA60B2. Grayscale: #7F7F7F. Windows color (decimal): -11165875 or 5087061. OLE color: 5087061.
HSL color Cylindrical-coordinate representation of color #559F4D: hue angle of 114.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #559F4D is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 77 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.38 |
| HSL | 114.15º | 0.35% | 0.46% | - |
| HSV(B) | 114.15º | 0.52% | 0.62% | - |
| XYZ | 17.48 | 27.26 | 11.36 | - |
| YUV | 127.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 77 | 0.47 | 0 | 0.52 | 0.38 | 114.15 | 0.35 | 0.46 |
| Hex | 55 | 9F | 4D | 2F | 0 | 34 | 26 | 72 | 23 | 2E |
| Octal | 125 | 237 | 115 | 57 | 0 | 64 | 46 | 162 | 43 | 56 |
| Binary | 1010101 | 10011111 | 1001101 | 101111 | 0 | 110100 | 100110 | 1110010 | 100011 | 101110 |
Color Harmonies of #559F4D
Complementary color
Monochromatic Colors of #559F4D
Black with #559F4D
Text Example
Text Example
White with #559F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F4D; }
p { color: rgb(85,159,77); }
H1.HeaderClassName
{
color: #559F4D;
}
.AnyTagClassName
{
color: #559F4D;
}
</style>
background-color css
<style>
a { background-color: #559F4D; }
a { background-color: rgb(85,159,77); }
div.DivClassName
{
background-color: #559F4D;
}
.BgClassName
{
background-color: #559F4D;
}
</style>
border-color css
<style>
span { border-color: #559F4D; }
span { border-color: rgb(85,159,77); }
td.TdClassName
{
border-color: #559F4D;
}
.TagClassName
{
border-color: #559F4D;
}
</style>