Shades of Fruit Salad #49A154
Tints of Fruit Salad #49A154
RGB
CMYK
RGB Variations
Color information
#49A154 (or 0x49A154) is known color: Fruit Salad. HEX triplet: 49, A1 and 54. RGB value is (73,161,84). Sum of RGB (Red+Green+Blue) = 73+161+84=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #49A154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A154 is #B65EAB. Grayscale: #7E7E7E. Windows color (decimal): -11951788 or 5546313. OLE color: 5546313.
HSL color Cylindrical-coordinate representation of color #49A154: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A154 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 84 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.37 |
| HSL | 127.5º | 0.38% | 0.46% | - |
| HSV(B) | 127.5º | 0.55% | 0.63% | - |
| XYZ | 17.09 | 27.55 | 12.8 | - |
| YUV | 125.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 84 | 0.55 | 0 | 0.48 | 0.37 | 127.5 | 0.38 | 0.46 |
| Hex | 49 | A1 | 54 | 37 | 0 | 30 | 25 | 80 | 26 | 2E |
| Octal | 111 | 241 | 124 | 67 | 0 | 60 | 45 | 200 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1010100 | 110111 | 0 | 110000 | 100101 | 10000000 | 100110 | 101110 |
Color Harmonies of #49A154
Complementary color
Monochromatic Colors of #49A154
Black with #49A154
Text Example
Text Example
White with #49A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A154; }
p { color: rgb(73,161,84); }
H1.HeaderClassName
{
color: #49A154;
}
.AnyTagClassName
{
color: #49A154;
}
</style>
background-color css
<style>
a { background-color: #49A154; }
a { background-color: rgb(73,161,84); }
div.DivClassName
{
background-color: #49A154;
}
.BgClassName
{
background-color: #49A154;
}
</style>
border-color css
<style>
span { border-color: #49A154; }
span { border-color: rgb(73,161,84); }
td.TdClassName
{
border-color: #49A154;
}
.TagClassName
{
border-color: #49A154;
}
</style>