Shades of Fruit Salad #499755
Tints of Fruit Salad #499755
RGB
CMYK
RGB Variations
Color information
#499755 (or 0x499755) is known color: Fruit Salad. HEX triplet: 49, 97 and 55. RGB value is (73,151,85). Sum of RGB (Red+Green+Blue) = 73+151+85=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #499755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499755 is #B668AA. Grayscale: #787878. Windows color (decimal): -11954347 or 5609289. OLE color: 5609289.
HSL color Cylindrical-coordinate representation of color #499755: hue angle of 129.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499755 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 85 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.41 |
| HSL | 129.23º | 0.35% | 0.44% | - |
| HSV(B) | 129.23º | 0.52% | 0.59% | - |
| XYZ | 15.45 | 24.21 | 12.45 | - |
| YUV | 120.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 85 | 0.52 | 0 | 0.44 | 0.41 | 129.23 | 0.35 | 0.44 |
| Hex | 49 | 97 | 55 | 34 | 0 | 2C | 29 | 81 | 23 | 2C |
| Octal | 111 | 227 | 125 | 64 | 0 | 54 | 51 | 201 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1010101 | 110100 | 0 | 101100 | 101001 | 10000001 | 100011 | 101100 |
Color Harmonies of #499755
Complementary color
Monochromatic Colors of #499755
Black with #499755
Text Example
Text Example
White with #499755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499755; }
p { color: rgb(73,151,85); }
H1.HeaderClassName
{
color: #499755;
}
.AnyTagClassName
{
color: #499755;
}
</style>
background-color css
<style>
a { background-color: #499755; }
a { background-color: rgb(73,151,85); }
div.DivClassName
{
background-color: #499755;
}
.BgClassName
{
background-color: #499755;
}
</style>
border-color css
<style>
span { border-color: #499755; }
span { border-color: rgb(73,151,85); }
td.TdClassName
{
border-color: #499755;
}
.TagClassName
{
border-color: #499755;
}
</style>