Shades of Fruit Salad #55994C
Tints of Fruit Salad #55994C
RGB
CMYK
RGB Variations
Color information
#55994C (or 0x55994C) is known color: Fruit Salad. HEX triplet: 55, 99 and 4C. RGB value is (85,153,76). Sum of RGB (Red+Green+Blue) = 85+153+76=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #55994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55994C is #AA66B3. Grayscale: #7C7C7C. Windows color (decimal): -11167412 or 5019989. OLE color: 5019989.
HSL color Cylindrical-coordinate representation of color #55994C: hue angle of 112.99º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55994C is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 76 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.4 |
| HSL | 112.99º | 0.34% | 0.45% | - |
| HSV(B) | 112.99º | 0.5% | 0.6% | - |
| XYZ | 16.44 | 25.24 | 10.84 | - |
| YUV | 123.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 76 | 0.44 | 0 | 0.50 | 0.4 | 112.99 | 0.34 | 0.45 |
| Hex | 55 | 99 | 4C | 2C | 0 | 32 | 28 | 71 | 22 | 2D |
| Octal | 125 | 231 | 114 | 54 | 0 | 62 | 50 | 161 | 42 | 55 |
| Binary | 1010101 | 10011001 | 1001100 | 101100 | 0 | 110010 | 101000 | 1110001 | 100010 | 101101 |
Color Harmonies of #55994C
Complementary color
Monochromatic Colors of #55994C
Black with #55994C
Text Example
Text Example
White with #55994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55994C; }
p { color: rgb(85,153,76); }
H1.HeaderClassName
{
color: #55994C;
}
.AnyTagClassName
{
color: #55994C;
}
</style>
background-color css
<style>
a { background-color: #55994C; }
a { background-color: rgb(85,153,76); }
div.DivClassName
{
background-color: #55994C;
}
.BgClassName
{
background-color: #55994C;
}
</style>
border-color css
<style>
span { border-color: #55994C; }
span { border-color: rgb(85,153,76); }
td.TdClassName
{
border-color: #55994C;
}
.TagClassName
{
border-color: #55994C;
}
</style>