Shades of Fruit Salad #549552
Tints of Fruit Salad #549552
RGB
CMYK
RGB Variations
Color information
#549552 (or 0x549552) is known color: Fruit Salad. HEX triplet: 54, 95 and 52. RGB value is (84,149,82). Sum of RGB (Red+Green+Blue) = 84+149+82=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #549552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549552 is #AB6AAD. Grayscale: #7A7A7A. Windows color (decimal): -11233966 or 5412180. OLE color: 5412180.
HSL color Cylindrical-coordinate representation of color #549552: hue angle of 118.21º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549552 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 82 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.42 |
| HSL | 118.21º | 0.29% | 0.45% | - |
| HSV(B) | 118.21º | 0.45% | 0.58% | - |
| XYZ | 15.93 | 23.99 | 11.77 | - |
| YUV | 121.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 82 | 0.44 | 0 | 0.45 | 0.42 | 118.21 | 0.29 | 0.45 |
| Hex | 54 | 95 | 52 | 2C | 0 | 2D | 2A | 76 | 1D | 2D |
| Octal | 124 | 225 | 122 | 54 | 0 | 55 | 52 | 166 | 35 | 55 |
| Binary | 1010100 | 10010101 | 1010010 | 101100 | 0 | 101101 | 101010 | 1110110 | 11101 | 101101 |
Color Harmonies of #549552
Complementary color
Monochromatic Colors of #549552
Black with #549552
Text Example
Text Example
White with #549552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549552; }
p { color: rgb(84,149,82); }
H1.HeaderClassName
{
color: #549552;
}
.AnyTagClassName
{
color: #549552;
}
</style>
background-color css
<style>
a { background-color: #549552; }
a { background-color: rgb(84,149,82); }
div.DivClassName
{
background-color: #549552;
}
.BgClassName
{
background-color: #549552;
}
</style>
border-color css
<style>
span { border-color: #549552; }
span { border-color: rgb(84,149,82); }
td.TdClassName
{
border-color: #549552;
}
.TagClassName
{
border-color: #549552;
}
</style>