Shades of Fruit Salad #49B249
Tints of Fruit Salad #49B249
RGB
CMYK
RGB Variations
Color information
#49B249 (or 0x49B249) is known color: Fruit Salad. HEX triplet: 49, B2 and 49. RGB value is (73,178,73). Sum of RGB (Red+Green+Blue) = 73+178+73=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #49B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B249 is #B64DB6. Grayscale: #868686. Windows color (decimal): -11947447 or 4829769. OLE color: 4829769.
HSL color Cylindrical-coordinate representation of color #49B249: hue angle of 120º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B249 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 73 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.30 |
| HSL | 120º | 0.42% | 0.49% | - |
| HSV(B) | 120º | 0.59% | 0.7% | - |
| XYZ | 19.87 | 33.74 | 11.77 | - |
| YUV | 134.64 | 93.21 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 73 | 0.59 | 0 | 0.59 | 0.30 | 120 | 0.42 | 0.49 |
| Hex | 49 | B2 | 49 | 3B | 0 | 3B | 1E | 78 | 2A | 31 |
| Octal | 111 | 262 | 111 | 73 | 0 | 73 | 36 | 170 | 52 | 61 |
| Binary | 1001001 | 10110010 | 1001001 | 111011 | 0 | 111011 | 11110 | 1111000 | 101010 | 110001 |
Color Harmonies of #49B249
Complementary color
Monochromatic Colors of #49B249
Black with #49B249
Text Example
Text Example
White with #49B249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B249; }
p { color: rgb(73,178,73); }
H1.HeaderClassName
{
color: #49B249;
}
.AnyTagClassName
{
color: #49B249;
}
</style>
background-color css
<style>
a { background-color: #49B249; }
a { background-color: rgb(73,178,73); }
div.DivClassName
{
background-color: #49B249;
}
.BgClassName
{
background-color: #49B249;
}
</style>
border-color css
<style>
span { border-color: #49B249; }
span { border-color: rgb(73,178,73); }
td.TdClassName
{
border-color: #49B249;
}
.TagClassName
{
border-color: #49B249;
}
</style>