Shades of Fruit Salad #48904D
Tints of Fruit Salad #48904D
RGB
CMYK
RGB Variations
Color information
#48904D (or 0x48904D) is known color: Fruit Salad. HEX triplet: 48, 90 and 4D. RGB value is (72,144,77). Sum of RGB (Red+Green+Blue) = 72+144+77=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #48904D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48904D is #B76FB2. Grayscale: #737373. Windows color (decimal): -12021683 or 5083208. OLE color: 5083208.
HSL color Cylindrical-coordinate representation of color #48904D: hue angle of 124.17º 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 #48904D is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 144 | 77 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.44 |
| HSL | 124.17º | 0.33% | 0.42% | - |
| HSV(B) | 124.17º | 0.5% | 0.56% | - |
| XYZ | 13.99 | 21.86 | 10.5 | - |
| YUV | 114.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 77 | 0.50 | 0 | 0.47 | 0.44 | 124.17 | 0.33 | 0.42 |
| Hex | 48 | 90 | 4D | 32 | 0 | 2F | 2C | 7C | 21 | 2A |
| Octal | 110 | 220 | 115 | 62 | 0 | 57 | 54 | 174 | 41 | 52 |
| Binary | 1001000 | 10010000 | 1001101 | 110010 | 0 | 101111 | 101100 | 1111100 | 100001 | 101010 |
Color Harmonies of #48904D
Complementary color
Monochromatic Colors of #48904D
Black with #48904D
Text Example
Text Example
White with #48904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48904D; }
p { color: rgb(72,144,77); }
H1.HeaderClassName
{
color: #48904D;
}
.AnyTagClassName
{
color: #48904D;
}
</style>
background-color css
<style>
a { background-color: #48904D; }
a { background-color: rgb(72,144,77); }
div.DivClassName
{
background-color: #48904D;
}
.BgClassName
{
background-color: #48904D;
}
</style>
border-color css
<style>
span { border-color: #48904D; }
span { border-color: rgb(72,144,77); }
td.TdClassName
{
border-color: #48904D;
}
.TagClassName
{
border-color: #48904D;
}
</style>