Shades of Fruit Salad #499351
Tints of Fruit Salad #499351
RGB
CMYK
RGB Variations
Color information
#499351 (or 0x499351) is known color: Fruit Salad. HEX triplet: 49, 93 and 51. RGB value is (73,147,81). Sum of RGB (Red+Green+Blue) = 73+147+81=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #499351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499351 is #B66CAE. Grayscale: #757575. Windows color (decimal): -11955375 or 5346121. OLE color: 5346121.
HSL color Cylindrical-coordinate representation of color #499351: hue angle of 126.49º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499351 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 81 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.42 |
| HSL | 126.49º | 0.34% | 0.43% | - |
| HSV(B) | 126.49º | 0.5% | 0.58% | - |
| XYZ | 14.67 | 22.88 | 11.43 | - |
| YUV | 117.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 81 | 0.50 | 0 | 0.45 | 0.42 | 126.49 | 0.34 | 0.43 |
| Hex | 49 | 93 | 51 | 32 | 0 | 2D | 2A | 7E | 22 | 2B |
| Octal | 111 | 223 | 121 | 62 | 0 | 55 | 52 | 176 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1010001 | 110010 | 0 | 101101 | 101010 | 1111110 | 100010 | 101011 |
Color Harmonies of #499351
Complementary color
Monochromatic Colors of #499351
Black with #499351
Text Example
Text Example
White with #499351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499351; }
p { color: rgb(73,147,81); }
H1.HeaderClassName
{
color: #499351;
}
.AnyTagClassName
{
color: #499351;
}
</style>
background-color css
<style>
a { background-color: #499351; }
a { background-color: rgb(73,147,81); }
div.DivClassName
{
background-color: #499351;
}
.BgClassName
{
background-color: #499351;
}
</style>
border-color css
<style>
span { border-color: #499351; }
span { border-color: rgb(73,147,81); }
td.TdClassName
{
border-color: #499351;
}
.TagClassName
{
border-color: #499351;
}
</style>