Shades of Fruit Salad #499148
Tints of Fruit Salad #499148
RGB
CMYK
RGB Variations
Color information
#499148 (or 0x499148) is known color: Fruit Salad. HEX triplet: 49, 91 and 48. RGB value is (73,145,72). Sum of RGB (Red+Green+Blue) = 73+145+72=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #499148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499148 is #B66EB7. Grayscale: #737373. Windows color (decimal): -11955896 or 4755785. OLE color: 4755785.
HSL color Cylindrical-coordinate representation of color #499148: hue angle of 119.18º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499148 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 72 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.43 |
| HSL | 119.18º | 0.34% | 0.43% | - |
| HSV(B) | 119.18º | 0.5% | 0.57% | - |
| XYZ | 14.04 | 22.14 | 9.66 | - |
| YUV | 115.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 72 | 0.50 | 0 | 0.50 | 0.43 | 119.18 | 0.34 | 0.43 |
| Hex | 49 | 91 | 48 | 32 | 0 | 32 | 2B | 77 | 22 | 2B |
| Octal | 111 | 221 | 110 | 62 | 0 | 62 | 53 | 167 | 42 | 53 |
| Binary | 1001001 | 10010001 | 1001000 | 110010 | 0 | 110010 | 101011 | 1110111 | 100010 | 101011 |
Color Harmonies of #499148
Complementary color
Monochromatic Colors of #499148
Black with #499148
Text Example
Text Example
White with #499148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499148; }
p { color: rgb(73,145,72); }
H1.HeaderClassName
{
color: #499148;
}
.AnyTagClassName
{
color: #499148;
}
</style>
background-color css
<style>
a { background-color: #499148; }
a { background-color: rgb(73,145,72); }
div.DivClassName
{
background-color: #499148;
}
.BgClassName
{
background-color: #499148;
}
</style>
border-color css
<style>
span { border-color: #499148; }
span { border-color: rgb(73,145,72); }
td.TdClassName
{
border-color: #499148;
}
.TagClassName
{
border-color: #499148;
}
</style>