Shades of Fruit Salad #48964C
Tints of Fruit Salad #48964C
RGB
CMYK
RGB Variations
Color information
#48964C (or 0x48964C) is known color: Fruit Salad. HEX triplet: 48, 96 and 4C. RGB value is (72,150,76). Sum of RGB (Red+Green+Blue) = 72+150+76=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #48964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48964C is #B769B3. Grayscale: #767676. Windows color (decimal): -12020148 or 5019208. OLE color: 5019208.
HSL color Cylindrical-coordinate representation of color #48964C: hue angle of 123.08º 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 #48964C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 150 | 76 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.41 |
| HSL | 123.08º | 0.35% | 0.44% | - |
| HSV(B) | 123.08º | 0.52% | 0.59% | - |
| XYZ | 14.88 | 23.71 | 10.63 | - |
| YUV | 118.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 150 | 76 | 0.52 | 0 | 0.49 | 0.41 | 123.08 | 0.35 | 0.44 |
| Hex | 48 | 96 | 4C | 34 | 0 | 31 | 29 | 7B | 23 | 2C |
| Octal | 110 | 226 | 114 | 64 | 0 | 61 | 51 | 173 | 43 | 54 |
| Binary | 1001000 | 10010110 | 1001100 | 110100 | 0 | 110001 | 101001 | 1111011 | 100011 | 101100 |
Color Harmonies of #48964C
Complementary color
Monochromatic Colors of #48964C
Black with #48964C
Text Example
Text Example
White with #48964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48964C; }
p { color: rgb(72,150,76); }
H1.HeaderClassName
{
color: #48964C;
}
.AnyTagClassName
{
color: #48964C;
}
</style>
background-color css
<style>
a { background-color: #48964C; }
a { background-color: rgb(72,150,76); }
div.DivClassName
{
background-color: #48964C;
}
.BgClassName
{
background-color: #48964C;
}
</style>
border-color css
<style>
span { border-color: #48964C; }
span { border-color: rgb(72,150,76); }
td.TdClassName
{
border-color: #48964C;
}
.TagClassName
{
border-color: #48964C;
}
</style>