Shades of Fruit Salad #489950
Tints of Fruit Salad #489950
RGB
CMYK
RGB Variations
Color information
#489950 (or 0x489950) is known color: Fruit Salad. HEX triplet: 48, 99 and 50. RGB value is (72,153,80). Sum of RGB (Red+Green+Blue) = 72+153+80=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #489950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489950 is #B766AF. Grayscale: #787878. Windows color (decimal): -12019376 or 5282120. OLE color: 5282120.
HSL color Cylindrical-coordinate representation of color #489950: hue angle of 125.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489950 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 80 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.4 |
| HSL | 125.93º | 0.36% | 0.44% | - |
| HSV(B) | 125.93º | 0.53% | 0.6% | - |
| XYZ | 15.51 | 24.74 | 11.55 | - |
| YUV | 120.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 80 | 0.53 | 0 | 0.48 | 0.4 | 125.93 | 0.36 | 0.44 |
| Hex | 48 | 99 | 50 | 35 | 0 | 30 | 28 | 7E | 24 | 2C |
| Octal | 110 | 231 | 120 | 65 | 0 | 60 | 50 | 176 | 44 | 54 |
| Binary | 1001000 | 10011001 | 1010000 | 110101 | 0 | 110000 | 101000 | 1111110 | 100100 | 101100 |
Color Harmonies of #489950
Complementary color
Monochromatic Colors of #489950
Black with #489950
Text Example
Text Example
White with #489950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489950; }
p { color: rgb(72,153,80); }
H1.HeaderClassName
{
color: #489950;
}
.AnyTagClassName
{
color: #489950;
}
</style>
background-color css
<style>
a { background-color: #489950; }
a { background-color: rgb(72,153,80); }
div.DivClassName
{
background-color: #489950;
}
.BgClassName
{
background-color: #489950;
}
</style>
border-color css
<style>
span { border-color: #489950; }
span { border-color: rgb(72,153,80); }
td.TdClassName
{
border-color: #489950;
}
.TagClassName
{
border-color: #489950;
}
</style>