Shades of Fruit Salad #48974E
Tints of Fruit Salad #48974E
RGB
CMYK
RGB Variations
Color information
#48974E (or 0x48974E) is known color: Fruit Salad. HEX triplet: 48, 97 and 4E. RGB value is (72,151,78). Sum of RGB (Red+Green+Blue) = 72+151+78=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #48974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48974E is #B768B1. Grayscale: #777777. Windows color (decimal): -12019890 or 5150536. OLE color: 5150536.
HSL color Cylindrical-coordinate representation of color #48974E: hue angle of 124.56º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48974E is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 78 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.41 |
| HSL | 124.56º | 0.35% | 0.44% | - |
| HSV(B) | 124.56º | 0.52% | 0.59% | - |
| XYZ | 15.11 | 24.06 | 11.06 | - |
| YUV | 119.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 78 | 0.52 | 0 | 0.48 | 0.41 | 124.56 | 0.35 | 0.44 |
| Hex | 48 | 97 | 4E | 34 | 0 | 30 | 29 | 7D | 23 | 2C |
| Octal | 110 | 227 | 116 | 64 | 0 | 60 | 51 | 175 | 43 | 54 |
| Binary | 1001000 | 10010111 | 1001110 | 110100 | 0 | 110000 | 101001 | 1111101 | 100011 | 101100 |
Color Harmonies of #48974E
Complementary color
Monochromatic Colors of #48974E
Black with #48974E
Text Example
Text Example
White with #48974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48974E; }
p { color: rgb(72,151,78); }
H1.HeaderClassName
{
color: #48974E;
}
.AnyTagClassName
{
color: #48974E;
}
</style>
background-color css
<style>
a { background-color: #48974E; }
a { background-color: rgb(72,151,78); }
div.DivClassName
{
background-color: #48974E;
}
.BgClassName
{
background-color: #48974E;
}
</style>
border-color css
<style>
span { border-color: #48974E; }
span { border-color: rgb(72,151,78); }
td.TdClassName
{
border-color: #48974E;
}
.TagClassName
{
border-color: #48974E;
}
</style>