Shades of Fruit Salad #559948
Tints of Fruit Salad #559948
RGB
CMYK
RGB Variations
Color information
#559948 (or 0x559948) is known color: Fruit Salad. HEX triplet: 55, 99 and 48. RGB value is (85,153,72). Sum of RGB (Red+Green+Blue) = 85+153+72=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #559948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559948 is #AA66B7. Grayscale: #7B7B7B. Windows color (decimal): -11167416 or 4757845. OLE color: 4757845.
HSL color Cylindrical-coordinate representation of color #559948: hue angle of 110.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #559948 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 72 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.4 |
| HSL | 110.37º | 0.36% | 0.44% | - |
| HSV(B) | 110.37º | 0.53% | 0.6% | - |
| XYZ | 16.31 | 25.18 | 10.13 | - |
| YUV | 123.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 72 | 0.44 | 0 | 0.53 | 0.4 | 110.37 | 0.36 | 0.44 |
| Hex | 55 | 99 | 48 | 2C | 0 | 35 | 28 | 6E | 24 | 2C |
| Octal | 125 | 231 | 110 | 54 | 0 | 65 | 50 | 156 | 44 | 54 |
| Binary | 1010101 | 10011001 | 1001000 | 101100 | 0 | 110101 | 101000 | 1101110 | 100100 | 101100 |
Color Harmonies of #559948
Complementary color
Monochromatic Colors of #559948
Black with #559948
Text Example
Text Example
White with #559948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559948; }
p { color: rgb(85,153,72); }
H1.HeaderClassName
{
color: #559948;
}
.AnyTagClassName
{
color: #559948;
}
</style>
background-color css
<style>
a { background-color: #559948; }
a { background-color: rgb(85,153,72); }
div.DivClassName
{
background-color: #559948;
}
.BgClassName
{
background-color: #559948;
}
</style>
border-color css
<style>
span { border-color: #559948; }
span { border-color: rgb(85,153,72); }
td.TdClassName
{
border-color: #559948;
}
.TagClassName
{
border-color: #559948;
}
</style>