Shades of Fruit Salad #48974A
Tints of Fruit Salad #48974A
RGB
CMYK
RGB Variations
Color information
#48974A (or 0x48974A) is known color: Fruit Salad. HEX triplet: 48, 97 and 4A. RGB value is (72,151,74). Sum of RGB (Red+Green+Blue) = 72+151+74=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #48974A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48974A is #B768B5. Grayscale: #767676. Windows color (decimal): -12019894 or 4888392. OLE color: 4888392.
HSL color Cylindrical-coordinate representation of color #48974A: hue angle of 121.52º 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 #48974A is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 151 | 74 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.41 |
| HSL | 121.52º | 0.35% | 0.44% | - |
| HSV(B) | 121.52º | 0.52% | 0.59% | - |
| XYZ | 14.98 | 24.01 | 10.32 | - |
| YUV | 118.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 151 | 74 | 0.52 | 0 | 0.51 | 0.41 | 121.52 | 0.35 | 0.44 |
| Hex | 48 | 97 | 4A | 34 | 0 | 33 | 29 | 7A | 23 | 2C |
| Octal | 110 | 227 | 112 | 64 | 0 | 63 | 51 | 172 | 43 | 54 |
| Binary | 1001000 | 10010111 | 1001010 | 110100 | 0 | 110011 | 101001 | 1111010 | 100011 | 101100 |
Color Harmonies of #48974A
Complementary color
Monochromatic Colors of #48974A
Black with #48974A
Text Example
Text Example
White with #48974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48974A; }
p { color: rgb(72,151,74); }
H1.HeaderClassName
{
color: #48974A;
}
.AnyTagClassName
{
color: #48974A;
}
</style>
background-color css
<style>
a { background-color: #48974A; }
a { background-color: rgb(72,151,74); }
div.DivClassName
{
background-color: #48974A;
}
.BgClassName
{
background-color: #48974A;
}
</style>
border-color css
<style>
span { border-color: #48974A; }
span { border-color: rgb(72,151,74); }
td.TdClassName
{
border-color: #48974A;
}
.TagClassName
{
border-color: #48974A;
}
</style>