Shades of Fruit Salad #48904C
Tints of Fruit Salad #48904C
RGB
CMYK
RGB Variations
Color information
#48904C (or 0x48904C) is known color: Fruit Salad. HEX triplet: 48, 90 and 4C. RGB value is (72,144,76). Sum of RGB (Red+Green+Blue) = 72+144+76=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #48904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48904C is #B76FB3. Grayscale: #727272. Windows color (decimal): -12021684 or 5017672. OLE color: 5017672.
HSL color Cylindrical-coordinate representation of color #48904C: hue angle of 123.33º 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 #48904C is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 76 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.44 |
| HSL | 123.33º | 0.33% | 0.42% | - |
| HSV(B) | 123.33º | 0.5% | 0.56% | - |
| XYZ | 13.95 | 21.85 | 10.32 | - |
| YUV | 114.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 76 | 0.50 | 0 | 0.47 | 0.44 | 123.33 | 0.33 | 0.42 |
| Hex | 48 | 90 | 4C | 32 | 0 | 2F | 2C | 7B | 21 | 2A |
| Octal | 110 | 220 | 114 | 62 | 0 | 57 | 54 | 173 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1001100 | 110010 | 0 | 101111 | 101100 | 1111011 | 100001 | 101010 |
Color Harmonies of #48904C
Complementary color
Monochromatic Colors of #48904C
Black with #48904C
Text Example
Text Example
White with #48904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48904C; }
p { color: rgb(72,144,76); }
H1.HeaderClassName
{
color: #48904C;
}
.AnyTagClassName
{
color: #48904C;
}
</style>
background-color css
<style>
a { background-color: #48904C; }
a { background-color: rgb(72,144,76); }
div.DivClassName
{
background-color: #48904C;
}
.BgClassName
{
background-color: #48904C;
}
</style>
border-color css
<style>
span { border-color: #48904C; }
span { border-color: rgb(72,144,76); }
td.TdClassName
{
border-color: #48904C;
}
.TagClassName
{
border-color: #48904C;
}
</style>