Shades of Fruit Salad #49A644
Tints of Fruit Salad #49A644
RGB
CMYK
RGB Variations
Color information
#49A644 (or 0x49A644) is known color: Fruit Salad. HEX triplet: 49, A6 and 44. RGB value is (73,166,68). Sum of RGB (Red+Green+Blue) = 73+166+68=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #49A644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A644 is #B659BB. Grayscale: #7F7F7F. Windows color (decimal): -11950524 or 4499017. OLE color: 4499017.
HSL color Cylindrical-coordinate representation of color #49A644: hue angle of 116.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A644 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 68 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.35 |
| HSL | 116.94º | 0.42% | 0.46% | - |
| HSV(B) | 116.94º | 0.59% | 0.65% | - |
| XYZ | 17.43 | 29.11 | 10.17 | - |
| YUV | 127.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 68 | 0.56 | 0 | 0.59 | 0.35 | 116.94 | 0.42 | 0.46 |
| Hex | 49 | A6 | 44 | 38 | 0 | 3B | 23 | 75 | 2A | 2E |
| Octal | 111 | 246 | 104 | 70 | 0 | 73 | 43 | 165 | 52 | 56 |
| Binary | 1001001 | 10100110 | 1000100 | 111000 | 0 | 111011 | 100011 | 1110101 | 101010 | 101110 |
Color Harmonies of #49A644
Complementary color
Monochromatic Colors of #49A644
Black with #49A644
Text Example
Text Example
White with #49A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A644; }
p { color: rgb(73,166,68); }
H1.HeaderClassName
{
color: #49A644;
}
.AnyTagClassName
{
color: #49A644;
}
</style>
background-color css
<style>
a { background-color: #49A644; }
a { background-color: rgb(73,166,68); }
div.DivClassName
{
background-color: #49A644;
}
.BgClassName
{
background-color: #49A644;
}
</style>
border-color css
<style>
span { border-color: #49A644; }
span { border-color: rgb(73,166,68); }
td.TdClassName
{
border-color: #49A644;
}
.TagClassName
{
border-color: #49A644;
}
</style>