Shades of Fruit Salad #49A358
Tints of Fruit Salad #49A358
RGB
CMYK
RGB Variations
Color information
#49A358 (or 0x49A358) is known color: Fruit Salad. HEX triplet: 49, A3 and 58. RGB value is (73,163,88). Sum of RGB (Red+Green+Blue) = 73+163+88=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #49A358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A358 is #B65CA7. Grayscale: #7F7F7F. Windows color (decimal): -11951272 or 5808969. OLE color: 5808969.
HSL color Cylindrical-coordinate representation of color #49A358: hue angle of 130º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A358 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 88 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.36 |
| HSL | 130º | 0.38% | 0.46% | - |
| HSV(B) | 130º | 0.55% | 0.64% | - |
| XYZ | 17.61 | 28.32 | 13.77 | - |
| YUV | 127.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 88 | 0.55 | 0 | 0.46 | 0.36 | 130 | 0.38 | 0.46 |
| Hex | 49 | A3 | 58 | 37 | 0 | 2E | 24 | 82 | 26 | 2E |
| Octal | 111 | 243 | 130 | 67 | 0 | 56 | 44 | 202 | 46 | 56 |
| Binary | 1001001 | 10100011 | 1011000 | 110111 | 0 | 101110 | 100100 | 10000010 | 100110 | 101110 |
Color Harmonies of #49A358
Complementary color
Monochromatic Colors of #49A358
Black with #49A358
Text Example
Text Example
White with #49A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A358; }
p { color: rgb(73,163,88); }
H1.HeaderClassName
{
color: #49A358;
}
.AnyTagClassName
{
color: #49A358;
}
</style>
background-color css
<style>
a { background-color: #49A358; }
a { background-color: rgb(73,163,88); }
div.DivClassName
{
background-color: #49A358;
}
.BgClassName
{
background-color: #49A358;
}
</style>
border-color css
<style>
span { border-color: #49A358; }
span { border-color: rgb(73,163,88); }
td.TdClassName
{
border-color: #49A358;
}
.TagClassName
{
border-color: #49A358;
}
</style>