Shades of Fruit Salad #499551
Tints of Fruit Salad #499551
RGB
CMYK
RGB Variations
Color information
#499551 (or 0x499551) is known color: Fruit Salad. HEX triplet: 49, 95 and 51. RGB value is (73,149,81). Sum of RGB (Red+Green+Blue) = 73+149+81=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #499551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499551 is #B66AAE. Grayscale: #767676. Windows color (decimal): -11954863 or 5346633. OLE color: 5346633.
HSL color Cylindrical-coordinate representation of color #499551: hue angle of 126.32º 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 #499551 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 81 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.42 |
| HSL | 126.32º | 0.34% | 0.44% | - |
| HSV(B) | 126.32º | 0.51% | 0.58% | - |
| XYZ | 14.98 | 23.51 | 11.53 | - |
| YUV | 118.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 81 | 0.51 | 0 | 0.46 | 0.42 | 126.32 | 0.34 | 0.44 |
| Hex | 49 | 95 | 51 | 33 | 0 | 2E | 2A | 7E | 22 | 2C |
| Octal | 111 | 225 | 121 | 63 | 0 | 56 | 52 | 176 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1010001 | 110011 | 0 | 101110 | 101010 | 1111110 | 100010 | 101100 |
Color Harmonies of #499551
Complementary color
Monochromatic Colors of #499551
Black with #499551
Text Example
Text Example
White with #499551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499551; }
p { color: rgb(73,149,81); }
H1.HeaderClassName
{
color: #499551;
}
.AnyTagClassName
{
color: #499551;
}
</style>
background-color css
<style>
a { background-color: #499551; }
a { background-color: rgb(73,149,81); }
div.DivClassName
{
background-color: #499551;
}
.BgClassName
{
background-color: #499551;
}
</style>
border-color css
<style>
span { border-color: #499551; }
span { border-color: rgb(73,149,81); }
td.TdClassName
{
border-color: #499551;
}
.TagClassName
{
border-color: #499551;
}
</style>