Shades of Fruit Salad #499552
Tints of Fruit Salad #499552
RGB
CMYK
RGB Variations
Color information
#499552 (or 0x499552) is known color: Fruit Salad. HEX triplet: 49, 95 and 52. RGB value is (73,149,82). Sum of RGB (Red+Green+Blue) = 73+149+82=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #499552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499552 is #B66AAD. Grayscale: #767676. Windows color (decimal): -11954862 or 5412169. OLE color: 5412169.
HSL color Cylindrical-coordinate representation of color #499552: hue angle of 127.11º 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 #499552 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 82 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.42 |
| HSL | 127.11º | 0.34% | 0.44% | - |
| HSV(B) | 127.11º | 0.51% | 0.58% | - |
| XYZ | 15.02 | 23.52 | 11.73 | - |
| YUV | 118.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 82 | 0.51 | 0 | 0.45 | 0.42 | 127.11 | 0.34 | 0.44 |
| Hex | 49 | 95 | 52 | 33 | 0 | 2D | 2A | 7F | 22 | 2C |
| Octal | 111 | 225 | 122 | 63 | 0 | 55 | 52 | 177 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1010010 | 110011 | 0 | 101101 | 101010 | 1111111 | 100010 | 101100 |
Color Harmonies of #499552
Complementary color
Monochromatic Colors of #499552
Black with #499552
Text Example
Text Example
White with #499552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499552; }
p { color: rgb(73,149,82); }
H1.HeaderClassName
{
color: #499552;
}
.AnyTagClassName
{
color: #499552;
}
</style>
background-color css
<style>
a { background-color: #499552; }
a { background-color: rgb(73,149,82); }
div.DivClassName
{
background-color: #499552;
}
.BgClassName
{
background-color: #499552;
}
</style>
border-color css
<style>
span { border-color: #499552; }
span { border-color: rgb(73,149,82); }
td.TdClassName
{
border-color: #499552;
}
.TagClassName
{
border-color: #499552;
}
</style>