Shades of Fruit Salad #499647
Tints of Fruit Salad #499647
RGB
CMYK
RGB Variations
Color information
#499647 (or 0x499647) is known color: Fruit Salad. HEX triplet: 49, 96 and 47. RGB value is (73,150,71). Sum of RGB (Red+Green+Blue) = 73+150+71=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #499647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499647 is #B669B8. Grayscale: #767676. Windows color (decimal): -11954617 or 4691529. OLE color: 4691529.
HSL color Cylindrical-coordinate representation of color #499647: hue angle of 118.48º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499647 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 71 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.41 |
| HSL | 118.48º | 0.36% | 0.43% | - |
| HSV(B) | 118.48º | 0.53% | 0.59% | - |
| XYZ | 14.79 | 23.68 | 9.75 | - |
| YUV | 117.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 71 | 0.51 | 0 | 0.53 | 0.41 | 118.48 | 0.36 | 0.43 |
| Hex | 49 | 96 | 47 | 33 | 0 | 35 | 29 | 76 | 24 | 2B |
| Octal | 111 | 226 | 107 | 63 | 0 | 65 | 51 | 166 | 44 | 53 |
| Binary | 1001001 | 10010110 | 1000111 | 110011 | 0 | 110101 | 101001 | 1110110 | 100100 | 101011 |
Color Harmonies of #499647
Complementary color
Monochromatic Colors of #499647
Black with #499647
Text Example
Text Example
White with #499647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499647; }
p { color: rgb(73,150,71); }
H1.HeaderClassName
{
color: #499647;
}
.AnyTagClassName
{
color: #499647;
}
</style>
background-color css
<style>
a { background-color: #499647; }
a { background-color: rgb(73,150,71); }
div.DivClassName
{
background-color: #499647;
}
.BgClassName
{
background-color: #499647;
}
</style>
border-color css
<style>
span { border-color: #499647; }
span { border-color: rgb(73,150,71); }
td.TdClassName
{
border-color: #499647;
}
.TagClassName
{
border-color: #499647;
}
</style>