Shades of Fruit Salad #499550
Tints of Fruit Salad #499550
RGB
CMYK
RGB Variations
Color information
#499550 (or 0x499550) is known color: Fruit Salad. HEX triplet: 49, 95 and 50. RGB value is (73,149,80). Sum of RGB (Red+Green+Blue) = 73+149+80=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #499550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499550 is #B66AAF. Grayscale: #767676. Windows color (decimal): -11954864 or 5281097. OLE color: 5281097.
HSL color Cylindrical-coordinate representation of color #499550: hue angle of 125.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499550 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 80 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.42 |
| HSL | 125.53º | 0.34% | 0.44% | - |
| HSV(B) | 125.53º | 0.51% | 0.58% | - |
| XYZ | 14.94 | 23.49 | 11.34 | - |
| YUV | 118.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 80 | 0.51 | 0 | 0.46 | 0.42 | 125.53 | 0.34 | 0.44 |
| Hex | 49 | 95 | 50 | 33 | 0 | 2E | 2A | 7E | 22 | 2C |
| Octal | 111 | 225 | 120 | 63 | 0 | 56 | 52 | 176 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1010000 | 110011 | 0 | 101110 | 101010 | 1111110 | 100010 | 101100 |
Color Harmonies of #499550
Complementary color
Monochromatic Colors of #499550
Black with #499550
Text Example
Text Example
White with #499550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499550; }
p { color: rgb(73,149,80); }
H1.HeaderClassName
{
color: #499550;
}
.AnyTagClassName
{
color: #499550;
}
</style>
background-color css
<style>
a { background-color: #499550; }
a { background-color: rgb(73,149,80); }
div.DivClassName
{
background-color: #499550;
}
.BgClassName
{
background-color: #499550;
}
</style>
border-color css
<style>
span { border-color: #499550; }
span { border-color: rgb(73,149,80); }
td.TdClassName
{
border-color: #499550;
}
.TagClassName
{
border-color: #499550;
}
</style>