Shades of Fruit Salad #499150
Tints of Fruit Salad #499150
RGB
CMYK
RGB Variations
Color information
#499150 (or 0x499150) is known color: Fruit Salad. HEX triplet: 49, 91 and 50. RGB value is (73,145,80). Sum of RGB (Red+Green+Blue) = 73+145+80=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #499150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499150 is #B66EAF. Grayscale: #747474. Windows color (decimal): -11955888 or 5280073. OLE color: 5280073.
HSL color Cylindrical-coordinate representation of color #499150: hue angle of 125.83º degrees, saturation: 0.33, 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 #499150 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 80 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.43 |
| HSL | 125.83º | 0.33% | 0.43% | - |
| HSV(B) | 125.83º | 0.5% | 0.57% | - |
| XYZ | 14.32 | 22.25 | 11.13 | - |
| YUV | 116.06 | 107.65 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 80 | 0.50 | 0 | 0.45 | 0.43 | 125.83 | 0.33 | 0.43 |
| Hex | 49 | 91 | 50 | 32 | 0 | 2D | 2B | 7E | 21 | 2B |
| Octal | 111 | 221 | 120 | 62 | 0 | 55 | 53 | 176 | 41 | 53 |
| Binary | 1001001 | 10010001 | 1010000 | 110010 | 0 | 101101 | 101011 | 1111110 | 100001 | 101011 |
Color Harmonies of #499150
Complementary color
Monochromatic Colors of #499150
Black with #499150
Text Example
Text Example
White with #499150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499150; }
p { color: rgb(73,145,80); }
H1.HeaderClassName
{
color: #499150;
}
.AnyTagClassName
{
color: #499150;
}
</style>
background-color css
<style>
a { background-color: #499150; }
a { background-color: rgb(73,145,80); }
div.DivClassName
{
background-color: #499150;
}
.BgClassName
{
background-color: #499150;
}
</style>
border-color css
<style>
span { border-color: #499150; }
span { border-color: rgb(73,145,80); }
td.TdClassName
{
border-color: #499150;
}
.TagClassName
{
border-color: #499150;
}
</style>