Shades of Fruit Salad #49A049
Tints of Fruit Salad #49A049
RGB
CMYK
RGB Variations
Color information
#49A049 (or 0x49A049) is known color: Fruit Salad. HEX triplet: 49, A0 and 49. RGB value is (73,160,73). Sum of RGB (Red+Green+Blue) = 73+160+73=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #49A049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A049 is #B65FB6. Grayscale: #7C7C7C. Windows color (decimal): -11952055 or 4825161. OLE color: 4825161.
HSL color Cylindrical-coordinate representation of color #49A049: hue angle of 120º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A049 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 73 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.37 |
| HSL | 120º | 0.37% | 0.46% | - |
| HSV(B) | 120º | 0.54% | 0.63% | - |
| XYZ | 16.52 | 27.04 | 10.65 | - |
| YUV | 124.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 73 | 0.54 | 0 | 0.54 | 0.37 | 120 | 0.37 | 0.46 |
| Hex | 49 | A0 | 49 | 36 | 0 | 36 | 25 | 78 | 25 | 2E |
| Octal | 111 | 240 | 111 | 66 | 0 | 66 | 45 | 170 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1001001 | 110110 | 0 | 110110 | 100101 | 1111000 | 100101 | 101110 |
Color Harmonies of #49A049
Complementary color
Monochromatic Colors of #49A049
Black with #49A049
Text Example
Text Example
White with #49A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A049; }
p { color: rgb(73,160,73); }
H1.HeaderClassName
{
color: #49A049;
}
.AnyTagClassName
{
color: #49A049;
}
</style>
background-color css
<style>
a { background-color: #49A049; }
a { background-color: rgb(73,160,73); }
div.DivClassName
{
background-color: #49A049;
}
.BgClassName
{
background-color: #49A049;
}
</style>
border-color css
<style>
span { border-color: #49A049; }
span { border-color: rgb(73,160,73); }
td.TdClassName
{
border-color: #49A049;
}
.TagClassName
{
border-color: #49A049;
}
</style>