Shades of Fruit Salad #499648
Tints of Fruit Salad #499648
RGB
CMYK
RGB Variations
Color information
#499648 (or 0x499648) is known color: Fruit Salad. HEX triplet: 49, 96 and 48. RGB value is (73,150,72). Sum of RGB (Red+Green+Blue) = 73+150+72=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #499648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499648 is #B669B7. Grayscale: #767676. Windows color (decimal): -11954616 or 4757065. OLE color: 4757065.
HSL color Cylindrical-coordinate representation of color #499648: hue angle of 119.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 #499648 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 72 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.41 |
| HSL | 119.23º | 0.35% | 0.44% | - |
| HSV(B) | 119.23º | 0.52% | 0.59% | - |
| XYZ | 14.82 | 23.7 | 9.92 | - |
| YUV | 118.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 72 | 0.51 | 0 | 0.52 | 0.41 | 119.23 | 0.35 | 0.44 |
| Hex | 49 | 96 | 48 | 33 | 0 | 34 | 29 | 77 | 23 | 2C |
| Octal | 111 | 226 | 110 | 63 | 0 | 64 | 51 | 167 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1001000 | 110011 | 0 | 110100 | 101001 | 1110111 | 100011 | 101100 |
Color Harmonies of #499648
Complementary color
Monochromatic Colors of #499648
Black with #499648
Text Example
Text Example
White with #499648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499648; }
p { color: rgb(73,150,72); }
H1.HeaderClassName
{
color: #499648;
}
.AnyTagClassName
{
color: #499648;
}
</style>
background-color css
<style>
a { background-color: #499648; }
a { background-color: rgb(73,150,72); }
div.DivClassName
{
background-color: #499648;
}
.BgClassName
{
background-color: #499648;
}
</style>
border-color css
<style>
span { border-color: #499648; }
span { border-color: rgb(73,150,72); }
td.TdClassName
{
border-color: #499648;
}
.TagClassName
{
border-color: #499648;
}
</style>