Shades of Fruit Salad #499450
Tints of Fruit Salad #499450
RGB
CMYK
RGB Variations
Color information
#499450 (or 0x499450) is known color: Fruit Salad. HEX triplet: 49, 94 and 50. RGB value is (73,148,80). Sum of RGB (Red+Green+Blue) = 73+148+80=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #499450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499450 is #B66BAF. Grayscale: #767676. Windows color (decimal): -11955120 or 5280841. OLE color: 5280841.
HSL color Cylindrical-coordinate representation of color #499450: hue angle of 125.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499450 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 80 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.42 |
| HSL | 125.6º | 0.34% | 0.43% | - |
| HSV(B) | 125.6º | 0.51% | 0.58% | - |
| XYZ | 14.79 | 23.18 | 11.28 | - |
| YUV | 117.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 80 | 0.51 | 0 | 0.46 | 0.42 | 125.6 | 0.34 | 0.43 |
| Hex | 49 | 94 | 50 | 33 | 0 | 2E | 2A | 7E | 22 | 2B |
| Octal | 111 | 224 | 120 | 63 | 0 | 56 | 52 | 176 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1010000 | 110011 | 0 | 101110 | 101010 | 1111110 | 100010 | 101011 |
Color Harmonies of #499450
Complementary color
Monochromatic Colors of #499450
Black with #499450
Text Example
Text Example
White with #499450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499450; }
p { color: rgb(73,148,80); }
H1.HeaderClassName
{
color: #499450;
}
.AnyTagClassName
{
color: #499450;
}
</style>
background-color css
<style>
a { background-color: #499450; }
a { background-color: rgb(73,148,80); }
div.DivClassName
{
background-color: #499450;
}
.BgClassName
{
background-color: #499450;
}
</style>
border-color css
<style>
span { border-color: #499450; }
span { border-color: rgb(73,148,80); }
td.TdClassName
{
border-color: #499450;
}
.TagClassName
{
border-color: #499450;
}
</style>