Shades of Fruit Salad #49AA55
Tints of Fruit Salad #49AA55
RGB
CMYK
RGB Variations
Color information
#49AA55 (or 0x49AA55) is known color: Fruit Salad. HEX triplet: 49, AA and 55. RGB value is (73,170,85). Sum of RGB (Red+Green+Blue) = 73+170+85=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA55 is #B655AA. Grayscale: #838383. Windows color (decimal): -11949483 or 5614153. OLE color: 5614153.
HSL color Cylindrical-coordinate representation of color #49AA55: hue angle of 127.42º 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 #49AA55 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 85 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.33 |
| HSL | 127.42º | 0.4% | 0.48% | - |
| HSV(B) | 127.42º | 0.57% | 0.67% | - |
| XYZ | 18.76 | 30.82 | 13.55 | - |
| YUV | 131.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 85 | 0.57 | 0 | 0.50 | 0.33 | 127.42 | 0.4 | 0.48 |
| Hex | 49 | AA | 55 | 39 | 0 | 32 | 21 | 7F | 28 | 30 |
| Octal | 111 | 252 | 125 | 71 | 0 | 62 | 41 | 177 | 50 | 60 |
| Binary | 1001001 | 10101010 | 1010101 | 111001 | 0 | 110010 | 100001 | 1111111 | 101000 | 110000 |
Color Harmonies of #49AA55
Complementary color
Monochromatic Colors of #49AA55
Black with #49AA55
Text Example
Text Example
White with #49AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA55; }
p { color: rgb(73,170,85); }
H1.HeaderClassName
{
color: #49AA55;
}
.AnyTagClassName
{
color: #49AA55;
}
</style>
background-color css
<style>
a { background-color: #49AA55; }
a { background-color: rgb(73,170,85); }
div.DivClassName
{
background-color: #49AA55;
}
.BgClassName
{
background-color: #49AA55;
}
</style>
border-color css
<style>
span { border-color: #49AA55; }
span { border-color: rgb(73,170,85); }
td.TdClassName
{
border-color: #49AA55;
}
.TagClassName
{
border-color: #49AA55;
}
</style>