Shades of Fruit Salad #49A144
Tints of Fruit Salad #49A144
RGB
CMYK
RGB Variations
Color information
#49A144 (or 0x49A144) is known color: Fruit Salad. HEX triplet: 49, A1 and 44. RGB value is (73,161,68). Sum of RGB (Red+Green+Blue) = 73+161+68=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #49A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A144 is #B65EBB. Grayscale: #7C7C7C. Windows color (decimal): -11951804 or 4497737. OLE color: 4497737.
HSL color Cylindrical-coordinate representation of color #49A144: hue angle of 116.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A144 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 68 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.37 |
| HSL | 116.77º | 0.41% | 0.45% | - |
| HSV(B) | 116.77º | 0.58% | 0.63% | - |
| XYZ | 16.54 | 27.32 | 9.87 | - |
| YUV | 124.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 68 | 0.55 | 0 | 0.58 | 0.37 | 116.77 | 0.41 | 0.45 |
| Hex | 49 | A1 | 44 | 37 | 0 | 3A | 25 | 75 | 29 | 2D |
| Octal | 111 | 241 | 104 | 67 | 0 | 72 | 45 | 165 | 51 | 55 |
| Binary | 1001001 | 10100001 | 1000100 | 110111 | 0 | 111010 | 100101 | 1110101 | 101001 | 101101 |
Color Harmonies of #49A144
Complementary color
Monochromatic Colors of #49A144
Black with #49A144
Text Example
Text Example
White with #49A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A144; }
p { color: rgb(73,161,68); }
H1.HeaderClassName
{
color: #49A144;
}
.AnyTagClassName
{
color: #49A144;
}
</style>
background-color css
<style>
a { background-color: #49A144; }
a { background-color: rgb(73,161,68); }
div.DivClassName
{
background-color: #49A144;
}
.BgClassName
{
background-color: #49A144;
}
</style>
border-color css
<style>
span { border-color: #49A144; }
span { border-color: rgb(73,161,68); }
td.TdClassName
{
border-color: #49A144;
}
.TagClassName
{
border-color: #49A144;
}
</style>