Shades of Fruit Salad #499048
Tints of Fruit Salad #499048
RGB
CMYK
RGB Variations
Color information
#499048 (or 0x499048) is known color: Fruit Salad. HEX triplet: 49, 90 and 48. RGB value is (73,144,72). Sum of RGB (Red+Green+Blue) = 73+144+72=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #499048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499048 is #B66FB7. Grayscale: #727272. Windows color (decimal): -11956152 or 4755529. OLE color: 4755529.
HSL color Cylindrical-coordinate representation of color #499048: hue angle of 119.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499048 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 72 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.44 |
| HSL | 119.17º | 0.33% | 0.42% | - |
| HSV(B) | 119.17º | 0.5% | 0.56% | - |
| XYZ | 13.89 | 21.83 | 9.61 | - |
| YUV | 114.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 72 | 0.49 | 0 | 0.50 | 0.44 | 119.17 | 0.33 | 0.42 |
| Hex | 49 | 90 | 48 | 31 | 0 | 32 | 2C | 77 | 21 | 2A |
| Octal | 111 | 220 | 110 | 61 | 0 | 62 | 54 | 167 | 41 | 52 |
| Binary | 1001001 | 10010000 | 1001000 | 110001 | 0 | 110010 | 101100 | 1110111 | 100001 | 101010 |
Color Harmonies of #499048
Complementary color
Monochromatic Colors of #499048
Black with #499048
Text Example
Text Example
White with #499048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499048; }
p { color: rgb(73,144,72); }
H1.HeaderClassName
{
color: #499048;
}
.AnyTagClassName
{
color: #499048;
}
</style>
background-color css
<style>
a { background-color: #499048; }
a { background-color: rgb(73,144,72); }
div.DivClassName
{
background-color: #499048;
}
.BgClassName
{
background-color: #499048;
}
</style>
border-color css
<style>
span { border-color: #499048; }
span { border-color: rgb(73,144,72); }
td.TdClassName
{
border-color: #499048;
}
.TagClassName
{
border-color: #499048;
}
</style>