Shades of Fruit Salad #49B659
Tints of Fruit Salad #49B659
RGB
CMYK
RGB Variations
Color information
#49B659 (or 0x49B659) is known color: Fruit Salad. HEX triplet: 49, B6 and 59. RGB value is (73,182,89). Sum of RGB (Red+Green+Blue) = 73+182+89=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #49B659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B659 is #B649A6. Grayscale: #8B8B8B. Windows color (decimal): -11946407 or 5879369. OLE color: 5879369.
HSL color Cylindrical-coordinate representation of color #49B659: hue angle of 128.81º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B659 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 89 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.29 |
| HSL | 128.81º | 0.43% | 0.5% | - |
| HSV(B) | 128.81º | 0.6% | 0.71% | - |
| XYZ | 21.28 | 35.59 | 15.2 | - |
| YUV | 138.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 89 | 0.60 | 0 | 0.51 | 0.29 | 128.81 | 0.43 | 0.5 |
| Hex | 49 | B6 | 59 | 3C | 0 | 33 | 1D | 81 | 2B | 32 |
| Octal | 111 | 266 | 131 | 74 | 0 | 63 | 35 | 201 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1011001 | 111100 | 0 | 110011 | 11101 | 10000001 | 101011 | 110010 |
Color Harmonies of #49B659
Complementary color
Monochromatic Colors of #49B659
Black with #49B659
Text Example
Text Example
White with #49B659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B659; }
p { color: rgb(73,182,89); }
H1.HeaderClassName
{
color: #49B659;
}
.AnyTagClassName
{
color: #49B659;
}
</style>
background-color css
<style>
a { background-color: #49B659; }
a { background-color: rgb(73,182,89); }
div.DivClassName
{
background-color: #49B659;
}
.BgClassName
{
background-color: #49B659;
}
</style>
border-color css
<style>
span { border-color: #49B659; }
span { border-color: rgb(73,182,89); }
td.TdClassName
{
border-color: #49B659;
}
.TagClassName
{
border-color: #49B659;
}
</style>