Shades of Fruit Salad #499853
Tints of Fruit Salad #499853
RGB
CMYK
RGB Variations
Color information
#499853 (or 0x499853) is known color: Fruit Salad. HEX triplet: 49, 98 and 53. RGB value is (73,152,83). Sum of RGB (Red+Green+Blue) = 73+152+83=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #499853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499853 is #B667AC. Grayscale: #787878. Windows color (decimal): -11954093 or 5478473. OLE color: 5478473.
HSL color Cylindrical-coordinate representation of color #499853: hue angle of 127.59º 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 #499853 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 83 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.40 |
| HSL | 127.59º | 0.35% | 0.44% | - |
| HSV(B) | 127.59º | 0.52% | 0.6% | - |
| XYZ | 15.54 | 24.5 | 12.09 | - |
| YUV | 120.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 83 | 0.52 | 0 | 0.45 | 0.40 | 127.59 | 0.35 | 0.44 |
| Hex | 49 | 98 | 53 | 34 | 0 | 2D | 28 | 80 | 23 | 2C |
| Octal | 111 | 230 | 123 | 64 | 0 | 55 | 50 | 200 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1010011 | 110100 | 0 | 101101 | 101000 | 10000000 | 100011 | 101100 |
Color Harmonies of #499853
Complementary color
Monochromatic Colors of #499853
Black with #499853
Text Example
Text Example
White with #499853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499853; }
p { color: rgb(73,152,83); }
H1.HeaderClassName
{
color: #499853;
}
.AnyTagClassName
{
color: #499853;
}
</style>
background-color css
<style>
a { background-color: #499853; }
a { background-color: rgb(73,152,83); }
div.DivClassName
{
background-color: #499853;
}
.BgClassName
{
background-color: #499853;
}
</style>
border-color css
<style>
span { border-color: #499853; }
span { border-color: rgb(73,152,83); }
td.TdClassName
{
border-color: #499853;
}
.TagClassName
{
border-color: #499853;
}
</style>