Shades of Fruit Salad #559A46
Tints of Fruit Salad #559A46
RGB
CMYK
RGB Variations
Color information
#559A46 (or 0x559A46) is known color: Fruit Salad. HEX triplet: 55, 9A and 46. RGB value is (85,154,70). Sum of RGB (Red+Green+Blue) = 85+154+70=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #559A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A46 is #AA65B9. Grayscale: #7C7C7C. Windows color (decimal): -11167162 or 4627029. OLE color: 4627029.
HSL color Cylindrical-coordinate representation of color #559A46: hue angle of 109.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559A46 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 70 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.40 |
| HSL | 109.29º | 0.38% | 0.44% | - |
| HSV(B) | 109.29º | 0.55% | 0.6% | - |
| XYZ | 16.41 | 25.48 | 9.85 | - |
| YUV | 123.79 | 97.64 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 70 | 0.45 | 0 | 0.55 | 0.40 | 109.29 | 0.38 | 0.44 |
| Hex | 55 | 9A | 46 | 2D | 0 | 37 | 28 | 6D | 26 | 2C |
| Octal | 125 | 232 | 106 | 55 | 0 | 67 | 50 | 155 | 46 | 54 |
| Binary | 1010101 | 10011010 | 1000110 | 101101 | 0 | 110111 | 101000 | 1101101 | 100110 | 101100 |
Color Harmonies of #559A46
Complementary color
Monochromatic Colors of #559A46
Black with #559A46
Text Example
Text Example
White with #559A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A46; }
p { color: rgb(85,154,70); }
H1.HeaderClassName
{
color: #559A46;
}
.AnyTagClassName
{
color: #559A46;
}
</style>
background-color css
<style>
a { background-color: #559A46; }
a { background-color: rgb(85,154,70); }
div.DivClassName
{
background-color: #559A46;
}
.BgClassName
{
background-color: #559A46;
}
</style>
border-color css
<style>
span { border-color: #559A46; }
span { border-color: rgb(85,154,70); }
td.TdClassName
{
border-color: #559A46;
}
.TagClassName
{
border-color: #559A46;
}
</style>