Shades of Fruit Salad #49A054
Tints of Fruit Salad #49A054
RGB
CMYK
RGB Variations
Color information
#49A054 (or 0x49A054) is known color: Fruit Salad. HEX triplet: 49, A0 and 54. RGB value is (73,160,84). Sum of RGB (Red+Green+Blue) = 73+160+84=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #49A054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A054 is #B65FAB. Grayscale: #7D7D7D. Windows color (decimal): -11952044 or 5546057. OLE color: 5546057.
HSL color Cylindrical-coordinate representation of color #49A054: hue angle of 127.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A054 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 84 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.37 |
| HSL | 127.59º | 0.37% | 0.46% | - |
| HSV(B) | 127.59º | 0.54% | 0.63% | - |
| XYZ | 16.92 | 27.2 | 12.75 | - |
| YUV | 125.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 84 | 0.54 | 0 | 0.48 | 0.37 | 127.59 | 0.37 | 0.46 |
| Hex | 49 | A0 | 54 | 36 | 0 | 30 | 25 | 80 | 25 | 2E |
| Octal | 111 | 240 | 124 | 66 | 0 | 60 | 45 | 200 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1010100 | 110110 | 0 | 110000 | 100101 | 10000000 | 100101 | 101110 |
Color Harmonies of #49A054
Complementary color
Monochromatic Colors of #49A054
Black with #49A054
Text Example
Text Example
White with #49A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A054; }
p { color: rgb(73,160,84); }
H1.HeaderClassName
{
color: #49A054;
}
.AnyTagClassName
{
color: #49A054;
}
</style>
background-color css
<style>
a { background-color: #49A054; }
a { background-color: rgb(73,160,84); }
div.DivClassName
{
background-color: #49A054;
}
.BgClassName
{
background-color: #49A054;
}
</style>
border-color css
<style>
span { border-color: #49A054; }
span { border-color: rgb(73,160,84); }
td.TdClassName
{
border-color: #49A054;
}
.TagClassName
{
border-color: #49A054;
}
</style>