Shades of Fruit Salad #489044
Tints of Fruit Salad #489044
RGB
CMYK
RGB Variations
Color information
#489044 (or 0x489044) is known color: Fruit Salad. HEX triplet: 48, 90 and 44. RGB value is (72,144,68). Sum of RGB (Red+Green+Blue) = 72+144+68=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #489044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489044 is #B76FBB. Grayscale: #727272. Windows color (decimal): -12021692 or 4493384. OLE color: 4493384.
HSL color Cylindrical-coordinate representation of color #489044: hue angle of 116.84º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489044 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 68 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.44 |
| HSL | 116.84º | 0.36% | 0.42% | - |
| HSV(B) | 116.84º | 0.53% | 0.56% | - |
| XYZ | 13.69 | 21.74 | 8.94 | - |
| YUV | 113.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 68 | 0.50 | 0 | 0.53 | 0.44 | 116.84 | 0.36 | 0.42 |
| Hex | 48 | 90 | 44 | 32 | 0 | 35 | 2C | 75 | 24 | 2A |
| Octal | 110 | 220 | 104 | 62 | 0 | 65 | 54 | 165 | 44 | 52 |
| Binary | 1001000 | 10010000 | 1000100 | 110010 | 0 | 110101 | 101100 | 1110101 | 100100 | 101010 |
Color Harmonies of #489044
Complementary color
Monochromatic Colors of #489044
Black with #489044
Text Example
Text Example
White with #489044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489044; }
p { color: rgb(72,144,68); }
H1.HeaderClassName
{
color: #489044;
}
.AnyTagClassName
{
color: #489044;
}
</style>
background-color css
<style>
a { background-color: #489044; }
a { background-color: rgb(72,144,68); }
div.DivClassName
{
background-color: #489044;
}
.BgClassName
{
background-color: #489044;
}
</style>
border-color css
<style>
span { border-color: #489044; }
span { border-color: rgb(72,144,68); }
td.TdClassName
{
border-color: #489044;
}
.TagClassName
{
border-color: #489044;
}
</style>