Shades of Fruit Salad #499855
Tints of Fruit Salad #499855
RGB
CMYK
RGB Variations
Color information
#499855 (or 0x499855) is known color: Fruit Salad. HEX triplet: 49, 98 and 55. RGB value is (73,152,85). Sum of RGB (Red+Green+Blue) = 73+152+85=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #499855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499855 is #B667AA. Grayscale: #787878. Windows color (decimal): -11954091 or 5609545. OLE color: 5609545.
HSL color Cylindrical-coordinate representation of color #499855: hue angle of 129.11º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499855 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 85 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.40 |
| HSL | 129.11º | 0.35% | 0.44% | - |
| HSV(B) | 129.11º | 0.52% | 0.6% | - |
| XYZ | 15.62 | 24.53 | 12.51 | - |
| YUV | 120.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 85 | 0.52 | 0 | 0.44 | 0.40 | 129.11 | 0.35 | 0.44 |
| Hex | 49 | 98 | 55 | 34 | 0 | 2C | 28 | 81 | 23 | 2C |
| Octal | 111 | 230 | 125 | 64 | 0 | 54 | 50 | 201 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1010101 | 110100 | 0 | 101100 | 101000 | 10000001 | 100011 | 101100 |
Color Harmonies of #499855
Complementary color
Monochromatic Colors of #499855
Black with #499855
Text Example
Text Example
White with #499855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499855; }
p { color: rgb(73,152,85); }
H1.HeaderClassName
{
color: #499855;
}
.AnyTagClassName
{
color: #499855;
}
</style>
background-color css
<style>
a { background-color: #499855; }
a { background-color: rgb(73,152,85); }
div.DivClassName
{
background-color: #499855;
}
.BgClassName
{
background-color: #499855;
}
</style>
border-color css
<style>
span { border-color: #499855; }
span { border-color: rgb(73,152,85); }
td.TdClassName
{
border-color: #499855;
}
.TagClassName
{
border-color: #499855;
}
</style>