Shades of Fruit Salad #49B656
Tints of Fruit Salad #49B656
RGB
CMYK
RGB Variations
Color information
#49B656 (or 0x49B656) is known color: Fruit Salad. HEX triplet: 49, B6 and 56. RGB value is (73,182,86). Sum of RGB (Red+Green+Blue) = 73+182+86=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #49B656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B656 is #B649A9. Grayscale: #8A8A8A. Windows color (decimal): -11946410 or 5682761. OLE color: 5682761.
HSL color Cylindrical-coordinate representation of color #49B656: hue angle of 127.16º 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 #49B656 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 86 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.29 |
| HSL | 127.16º | 0.43% | 0.5% | - |
| HSV(B) | 127.16º | 0.6% | 0.71% | - |
| XYZ | 21.16 | 35.54 | 14.55 | - |
| YUV | 138.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 86 | 0.60 | 0 | 0.53 | 0.29 | 127.16 | 0.43 | 0.5 |
| Hex | 49 | B6 | 56 | 3C | 0 | 35 | 1D | 7F | 2B | 32 |
| Octal | 111 | 266 | 126 | 74 | 0 | 65 | 35 | 177 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1010110 | 111100 | 0 | 110101 | 11101 | 1111111 | 101011 | 110010 |
Color Harmonies of #49B656
Complementary color
Monochromatic Colors of #49B656
Black with #49B656
Text Example
Text Example
White with #49B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B656; }
p { color: rgb(73,182,86); }
H1.HeaderClassName
{
color: #49B656;
}
.AnyTagClassName
{
color: #49B656;
}
</style>
background-color css
<style>
a { background-color: #49B656; }
a { background-color: rgb(73,182,86); }
div.DivClassName
{
background-color: #49B656;
}
.BgClassName
{
background-color: #49B656;
}
</style>
border-color css
<style>
span { border-color: #49B656; }
span { border-color: rgb(73,182,86); }
td.TdClassName
{
border-color: #49B656;
}
.TagClassName
{
border-color: #49B656;
}
</style>