Shades of Fruit Salad #499052
Tints of Fruit Salad #499052
RGB
CMYK
RGB Variations
Color information
#499052 (or 0x499052) is known color: Fruit Salad. HEX triplet: 49, 90 and 52. RGB value is (73,144,82). Sum of RGB (Red+Green+Blue) = 73+144+82=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #499052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499052 is #B66FAD. Grayscale: #737373. Windows color (decimal): -11956142 or 5410889. OLE color: 5410889.
HSL color Cylindrical-coordinate representation of color #499052: hue angle of 127.61º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499052 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 82 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.44 |
| HSL | 127.61º | 0.33% | 0.43% | - |
| HSV(B) | 127.61º | 0.49% | 0.56% | - |
| XYZ | 14.24 | 21.97 | 11.47 | - |
| YUV | 115.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 82 | 0.49 | 0 | 0.43 | 0.44 | 127.61 | 0.33 | 0.43 |
| Hex | 49 | 90 | 52 | 31 | 0 | 2B | 2C | 80 | 21 | 2B |
| Octal | 111 | 220 | 122 | 61 | 0 | 53 | 54 | 200 | 41 | 53 |
| Binary | 1001001 | 10010000 | 1010010 | 110001 | 0 | 101011 | 101100 | 10000000 | 100001 | 101011 |
Color Harmonies of #499052
Complementary color
Monochromatic Colors of #499052
Black with #499052
Text Example
Text Example
White with #499052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499052; }
p { color: rgb(73,144,82); }
H1.HeaderClassName
{
color: #499052;
}
.AnyTagClassName
{
color: #499052;
}
</style>
background-color css
<style>
a { background-color: #499052; }
a { background-color: rgb(73,144,82); }
div.DivClassName
{
background-color: #499052;
}
.BgClassName
{
background-color: #499052;
}
</style>
border-color css
<style>
span { border-color: #499052; }
span { border-color: rgb(73,144,82); }
td.TdClassName
{
border-color: #499052;
}
.TagClassName
{
border-color: #499052;
}
</style>