Shades of Fruit Salad #55A549
Tints of Fruit Salad #55A549
RGB
CMYK
RGB Variations
Color information
#55A549 (or 0x55A549) is known color: Fruit Salad. HEX triplet: 55, A5 and 49. RGB value is (85,165,73). Sum of RGB (Red+Green+Blue) = 85+165+73=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #55A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A549 is #AA5AB6. Grayscale: #828282. Windows color (decimal): -11164343 or 4826453. OLE color: 4826453.
HSL color Cylindrical-coordinate representation of color #55A549: hue angle of 112.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55A549 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 165 | 73 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.35 |
| HSL | 112.17º | 0.39% | 0.47% | - |
| HSV(B) | 112.17º | 0.56% | 0.65% | - |
| XYZ | 18.4 | 29.32 | 10.99 | - |
| YUV | 130.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 73 | 0.48 | 0 | 0.56 | 0.35 | 112.17 | 0.39 | 0.47 |
| Hex | 55 | A5 | 49 | 30 | 0 | 38 | 23 | 70 | 27 | 2F |
| Octal | 125 | 245 | 111 | 60 | 0 | 70 | 43 | 160 | 47 | 57 |
| Binary | 1010101 | 10100101 | 1001001 | 110000 | 0 | 111000 | 100011 | 1110000 | 100111 | 101111 |
Color Harmonies of #55A549
Complementary color
Monochromatic Colors of #55A549
Black with #55A549
Text Example
Text Example
White with #55A549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A549; }
p { color: rgb(85,165,73); }
H1.HeaderClassName
{
color: #55A549;
}
.AnyTagClassName
{
color: #55A549;
}
</style>
background-color css
<style>
a { background-color: #55A549; }
a { background-color: rgb(85,165,73); }
div.DivClassName
{
background-color: #55A549;
}
.BgClassName
{
background-color: #55A549;
}
</style>
border-color css
<style>
span { border-color: #55A549; }
span { border-color: rgb(85,165,73); }
td.TdClassName
{
border-color: #55A549;
}
.TagClassName
{
border-color: #55A549;
}
</style>