Shades of Fruit Salad #49B649
Tints of Fruit Salad #49B649
RGB
CMYK
RGB Variations
Color information
#49B649 (or 0x49B649) is known color: Fruit Salad. HEX triplet: 49, B6 and 49. RGB value is (73,182,73). Sum of RGB (Red+Green+Blue) = 73+182+73=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #49B649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B649 is #B649B6. Grayscale: #898989. Windows color (decimal): -11946423 or 4830793. OLE color: 4830793.
HSL color Cylindrical-coordinate representation of color #49B649: hue angle of 120º 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 #49B649 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 73 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.29 |
| HSL | 120º | 0.43% | 0.5% | - |
| HSV(B) | 120º | 0.6% | 0.71% | - |
| XYZ | 20.68 | 35.35 | 12.04 | - |
| YUV | 136.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 73 | 0.60 | 0 | 0.60 | 0.29 | 120 | 0.43 | 0.5 |
| Hex | 49 | B6 | 49 | 3C | 0 | 3C | 1D | 78 | 2B | 32 |
| Octal | 111 | 266 | 111 | 74 | 0 | 74 | 35 | 170 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1001001 | 111100 | 0 | 111100 | 11101 | 1111000 | 101011 | 110010 |
Color Harmonies of #49B649
Complementary color
Monochromatic Colors of #49B649
Black with #49B649
Text Example
Text Example
White with #49B649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B649; }
p { color: rgb(73,182,73); }
H1.HeaderClassName
{
color: #49B649;
}
.AnyTagClassName
{
color: #49B649;
}
</style>
background-color css
<style>
a { background-color: #49B649; }
a { background-color: rgb(73,182,73); }
div.DivClassName
{
background-color: #49B649;
}
.BgClassName
{
background-color: #49B649;
}
</style>
border-color css
<style>
span { border-color: #49B649; }
span { border-color: rgb(73,182,73); }
td.TdClassName
{
border-color: #49B649;
}
.TagClassName
{
border-color: #49B649;
}
</style>