Shades of Fruit Salad #499840
Tints of Fruit Salad #499840
RGB
CMYK
RGB Variations
Color information
#499840 (or 0x499840) is known color: Fruit Salad. HEX triplet: 49, 98 and 40. RGB value is (73,152,64). Sum of RGB (Red+Green+Blue) = 73+152+64=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #499840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499840 is #B667BF. Grayscale: #767676. Windows color (decimal): -11954112 or 4233289. OLE color: 4233289.
HSL color Cylindrical-coordinate representation of color #499840: hue angle of 113.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499840 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 64 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.40 |
| HSL | 113.86º | 0.41% | 0.42% | - |
| HSV(B) | 113.86º | 0.58% | 0.6% | - |
| XYZ | 14.9 | 24.24 | 8.74 | - |
| YUV | 118.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 64 | 0.52 | 0 | 0.58 | 0.40 | 113.86 | 0.41 | 0.42 |
| Hex | 49 | 98 | 40 | 34 | 0 | 3A | 28 | 72 | 29 | 2A |
| Octal | 111 | 230 | 100 | 64 | 0 | 72 | 50 | 162 | 51 | 52 |
| Binary | 1001001 | 10011000 | 1000000 | 110100 | 0 | 111010 | 101000 | 1110010 | 101001 | 101010 |
Color Harmonies of #499840
Complementary color
Monochromatic Colors of #499840
Black with #499840
Text Example
Text Example
White with #499840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499840; }
p { color: rgb(73,152,64); }
H1.HeaderClassName
{
color: #499840;
}
.AnyTagClassName
{
color: #499840;
}
</style>
background-color css
<style>
a { background-color: #499840; }
a { background-color: rgb(73,152,64); }
div.DivClassName
{
background-color: #499840;
}
.BgClassName
{
background-color: #499840;
}
</style>
border-color css
<style>
span { border-color: #499840; }
span { border-color: rgb(73,152,64); }
td.TdClassName
{
border-color: #499840;
}
.TagClassName
{
border-color: #499840;
}
</style>