Shades of Fruit Salad #48904E
Tints of Fruit Salad #48904E
RGB
CMYK
RGB Variations
Color information
#48904E (or 0x48904E) is known color: Fruit Salad. HEX triplet: 48, 90 and 4E. RGB value is (72,144,78). Sum of RGB (Red+Green+Blue) = 72+144+78=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #48904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48904E is #B76FB1. Grayscale: #737373. Windows color (decimal): -12021682 or 5148744. OLE color: 5148744.
HSL color Cylindrical-coordinate representation of color #48904E: hue angle of 125º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48904E is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 78 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.44 |
| HSL | 125º | 0.33% | 0.42% | - |
| HSV(B) | 125º | 0.5% | 0.56% | - |
| XYZ | 14.02 | 21.87 | 10.69 | - |
| YUV | 114.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 78 | 0.50 | 0 | 0.46 | 0.44 | 125 | 0.33 | 0.42 |
| Hex | 48 | 90 | 4E | 32 | 0 | 2E | 2C | 7D | 21 | 2A |
| Octal | 110 | 220 | 116 | 62 | 0 | 56 | 54 | 175 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1001110 | 110010 | 0 | 101110 | 101100 | 1111101 | 100001 | 101010 |
Color Harmonies of #48904E
Complementary color
Monochromatic Colors of #48904E
Black with #48904E
Text Example
Text Example
White with #48904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48904E; }
p { color: rgb(72,144,78); }
H1.HeaderClassName
{
color: #48904E;
}
.AnyTagClassName
{
color: #48904E;
}
</style>
background-color css
<style>
a { background-color: #48904E; }
a { background-color: rgb(72,144,78); }
div.DivClassName
{
background-color: #48904E;
}
.BgClassName
{
background-color: #48904E;
}
</style>
border-color css
<style>
span { border-color: #48904E; }
span { border-color: rgb(72,144,78); }
td.TdClassName
{
border-color: #48904E;
}
.TagClassName
{
border-color: #48904E;
}
</style>