Shades of Fruit Salad #49B759
Tints of Fruit Salad #49B759
RGB
CMYK
RGB Variations
Color information
#49B759 (or 0x49B759) is known color: Fruit Salad. HEX triplet: 49, B7 and 59. RGB value is (73,183,89). Sum of RGB (Red+Green+Blue) = 73+183+89=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #49B759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B759 is #B648A6. Grayscale: #8B8B8B. Windows color (decimal): -11946151 or 5879625. OLE color: 5879625.
HSL color Cylindrical-coordinate representation of color #49B759: hue angle of 128.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B759 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 89 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.28 |
| HSL | 128.73º | 0.43% | 0.5% | - |
| HSV(B) | 128.73º | 0.6% | 0.72% | - |
| XYZ | 21.48 | 36 | 15.27 | - |
| YUV | 139.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 89 | 0.60 | 0 | 0.51 | 0.28 | 128.73 | 0.43 | 0.5 |
| Hex | 49 | B7 | 59 | 3C | 0 | 33 | 1C | 81 | 2B | 32 |
| Octal | 111 | 267 | 131 | 74 | 0 | 63 | 34 | 201 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1011001 | 111100 | 0 | 110011 | 11100 | 10000001 | 101011 | 110010 |
Color Harmonies of #49B759
Complementary color
Monochromatic Colors of #49B759
Black with #49B759
Text Example
Text Example
White with #49B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B759; }
p { color: rgb(73,183,89); }
H1.HeaderClassName
{
color: #49B759;
}
.AnyTagClassName
{
color: #49B759;
}
</style>
background-color css
<style>
a { background-color: #49B759; }
a { background-color: rgb(73,183,89); }
div.DivClassName
{
background-color: #49B759;
}
.BgClassName
{
background-color: #49B759;
}
</style>
border-color css
<style>
span { border-color: #49B759; }
span { border-color: rgb(73,183,89); }
td.TdClassName
{
border-color: #49B759;
}
.TagClassName
{
border-color: #49B759;
}
</style>