Shades of Fruit Salad #489550
Tints of Fruit Salad #489550
RGB
CMYK
RGB Variations
Color information
#489550 (or 0x489550) is known color: Fruit Salad. HEX triplet: 48, 95 and 50. RGB value is (72,149,80). Sum of RGB (Red+Green+Blue) = 72+149+80=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #489550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489550 is #B76AAF. Grayscale: #767676. Windows color (decimal): -12020400 or 5281096. OLE color: 5281096.
HSL color Cylindrical-coordinate representation of color #489550: hue angle of 126.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489550 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 149 | 80 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.42 |
| HSL | 126.23º | 0.35% | 0.43% | - |
| HSV(B) | 126.23º | 0.52% | 0.58% | - |
| XYZ | 14.87 | 23.45 | 11.33 | - |
| YUV | 118.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 80 | 0.52 | 0 | 0.46 | 0.42 | 126.23 | 0.35 | 0.43 |
| Hex | 48 | 95 | 50 | 34 | 0 | 2E | 2A | 7E | 23 | 2B |
| Octal | 110 | 225 | 120 | 64 | 0 | 56 | 52 | 176 | 43 | 53 |
| Binary | 1001000 | 10010101 | 1010000 | 110100 | 0 | 101110 | 101010 | 1111110 | 100011 | 101011 |
Color Harmonies of #489550
Complementary color
Monochromatic Colors of #489550
Black with #489550
Text Example
Text Example
White with #489550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489550; }
p { color: rgb(72,149,80); }
H1.HeaderClassName
{
color: #489550;
}
.AnyTagClassName
{
color: #489550;
}
</style>
background-color css
<style>
a { background-color: #489550; }
a { background-color: rgb(72,149,80); }
div.DivClassName
{
background-color: #489550;
}
.BgClassName
{
background-color: #489550;
}
</style>
border-color css
<style>
span { border-color: #489550; }
span { border-color: rgb(72,149,80); }
td.TdClassName
{
border-color: #489550;
}
.TagClassName
{
border-color: #489550;
}
</style>