Shades of Fruit Salad #49AA51
Tints of Fruit Salad #49AA51
RGB
CMYK
RGB Variations
Color information
#49AA51 (or 0x49AA51) is known color: Fruit Salad. HEX triplet: 49, AA and 51. RGB value is (73,170,81). Sum of RGB (Red+Green+Blue) = 73+170+81=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA51 is #B655AE. Grayscale: #838383. Windows color (decimal): -11949487 or 5352009. OLE color: 5352009.
HSL color Cylindrical-coordinate representation of color #49AA51: hue angle of 124.95º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA51 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 81 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.33 |
| HSL | 124.95º | 0.4% | 0.48% | - |
| HSV(B) | 124.95º | 0.57% | 0.67% | - |
| XYZ | 18.61 | 30.76 | 12.74 | - |
| YUV | 130.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 81 | 0.57 | 0 | 0.52 | 0.33 | 124.95 | 0.4 | 0.48 |
| Hex | 49 | AA | 51 | 39 | 0 | 34 | 21 | 7D | 28 | 30 |
| Octal | 111 | 252 | 121 | 71 | 0 | 64 | 41 | 175 | 50 | 60 |
| Binary | 1001001 | 10101010 | 1010001 | 111001 | 0 | 110100 | 100001 | 1111101 | 101000 | 110000 |
Color Harmonies of #49AA51
Complementary color
Monochromatic Colors of #49AA51
Black with #49AA51
Text Example
Text Example
White with #49AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA51; }
p { color: rgb(73,170,81); }
H1.HeaderClassName
{
color: #49AA51;
}
.AnyTagClassName
{
color: #49AA51;
}
</style>
background-color css
<style>
a { background-color: #49AA51; }
a { background-color: rgb(73,170,81); }
div.DivClassName
{
background-color: #49AA51;
}
.BgClassName
{
background-color: #49AA51;
}
</style>
border-color css
<style>
span { border-color: #49AA51; }
span { border-color: rgb(73,170,81); }
td.TdClassName
{
border-color: #49AA51;
}
.TagClassName
{
border-color: #49AA51;
}
</style>