Shades of Fruit Salad #49B458
Tints of Fruit Salad #49B458
RGB
CMYK
RGB Variations
Color information
#49B458 (or 0x49B458) is known color: Fruit Salad. HEX triplet: 49, B4 and 58. RGB value is (73,180,88). Sum of RGB (Red+Green+Blue) = 73+180+88=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #49B458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B458 is #B64BA7. Grayscale: #898989. Windows color (decimal): -11946920 or 5813321. OLE color: 5813321.
HSL color Cylindrical-coordinate representation of color #49B458: hue angle of 128.41º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B458 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 88 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.29 |
| HSL | 128.41º | 0.42% | 0.5% | - |
| HSV(B) | 128.41º | 0.59% | 0.71% | - |
| XYZ | 20.83 | 34.76 | 14.84 | - |
| YUV | 137.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 88 | 0.59 | 0 | 0.51 | 0.29 | 128.41 | 0.42 | 0.5 |
| Hex | 49 | B4 | 58 | 3B | 0 | 33 | 1D | 80 | 2A | 32 |
| Octal | 111 | 264 | 130 | 73 | 0 | 63 | 35 | 200 | 52 | 62 |
| Binary | 1001001 | 10110100 | 1011000 | 111011 | 0 | 110011 | 11101 | 10000000 | 101010 | 110010 |
Color Harmonies of #49B458
Complementary color
Monochromatic Colors of #49B458
Black with #49B458
Text Example
Text Example
White with #49B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B458; }
p { color: rgb(73,180,88); }
H1.HeaderClassName
{
color: #49B458;
}
.AnyTagClassName
{
color: #49B458;
}
</style>
background-color css
<style>
a { background-color: #49B458; }
a { background-color: rgb(73,180,88); }
div.DivClassName
{
background-color: #49B458;
}
.BgClassName
{
background-color: #49B458;
}
</style>
border-color css
<style>
span { border-color: #49B458; }
span { border-color: rgb(73,180,88); }
td.TdClassName
{
border-color: #49B458;
}
.TagClassName
{
border-color: #49B458;
}
</style>