Shades of Fruit Salad #499844
Tints of Fruit Salad #499844
RGB
CMYK
RGB Variations
Color information
#499844 (or 0x499844) is known color: Fruit Salad. HEX triplet: 49, 98 and 44. RGB value is (73,152,68). Sum of RGB (Red+Green+Blue) = 73+152+68=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #499844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499844 is #B667BB. Grayscale: #777777. Windows color (decimal): -11954108 or 4495433. OLE color: 4495433.
HSL color Cylindrical-coordinate representation of color #499844: hue angle of 116.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499844 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 68 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.40 |
| HSL | 116.43º | 0.38% | 0.43% | - |
| HSV(B) | 116.43º | 0.55% | 0.6% | - |
| XYZ | 15.02 | 24.29 | 9.37 | - |
| YUV | 118.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 68 | 0.52 | 0 | 0.55 | 0.40 | 116.43 | 0.38 | 0.43 |
| Hex | 49 | 98 | 44 | 34 | 0 | 37 | 28 | 74 | 26 | 2B |
| Octal | 111 | 230 | 104 | 64 | 0 | 67 | 50 | 164 | 46 | 53 |
| Binary | 1001001 | 10011000 | 1000100 | 110100 | 0 | 110111 | 101000 | 1110100 | 100110 | 101011 |
Color Harmonies of #499844
Complementary color
Monochromatic Colors of #499844
Black with #499844
Text Example
Text Example
White with #499844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499844; }
p { color: rgb(73,152,68); }
H1.HeaderClassName
{
color: #499844;
}
.AnyTagClassName
{
color: #499844;
}
</style>
background-color css
<style>
a { background-color: #499844; }
a { background-color: rgb(73,152,68); }
div.DivClassName
{
background-color: #499844;
}
.BgClassName
{
background-color: #499844;
}
</style>
border-color css
<style>
span { border-color: #499844; }
span { border-color: rgb(73,152,68); }
td.TdClassName
{
border-color: #499844;
}
.TagClassName
{
border-color: #499844;
}
</style>