Shades of Fruit Salad #48984C
Tints of Fruit Salad #48984C
RGB
CMYK
RGB Variations
Color information
#48984C (or 0x48984C) is known color: Fruit Salad. HEX triplet: 48, 98 and 4C. RGB value is (72,152,76). Sum of RGB (Red+Green+Blue) = 72+152+76=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #48984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48984C is #B767B3. Grayscale: #777777. Windows color (decimal): -12019636 or 5019720. OLE color: 5019720.
HSL color Cylindrical-coordinate representation of color #48984C: hue angle of 123º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48984C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 152 | 76 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.40 |
| HSL | 123º | 0.36% | 0.44% | - |
| HSV(B) | 123º | 0.53% | 0.6% | - |
| XYZ | 15.21 | 24.36 | 10.74 | - |
| YUV | 119.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 76 | 0.53 | 0 | 0.50 | 0.40 | 123 | 0.36 | 0.44 |
| Hex | 48 | 98 | 4C | 35 | 0 | 32 | 28 | 7B | 24 | 2C |
| Octal | 110 | 230 | 114 | 65 | 0 | 62 | 50 | 173 | 44 | 54 |
| Binary | 1001000 | 10011000 | 1001100 | 110101 | 0 | 110010 | 101000 | 1111011 | 100100 | 101100 |
Color Harmonies of #48984C
Complementary color
Monochromatic Colors of #48984C
Black with #48984C
Text Example
Text Example
White with #48984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48984C; }
p { color: rgb(72,152,76); }
H1.HeaderClassName
{
color: #48984C;
}
.AnyTagClassName
{
color: #48984C;
}
</style>
background-color css
<style>
a { background-color: #48984C; }
a { background-color: rgb(72,152,76); }
div.DivClassName
{
background-color: #48984C;
}
.BgClassName
{
background-color: #48984C;
}
</style>
border-color css
<style>
span { border-color: #48984C; }
span { border-color: rgb(72,152,76); }
td.TdClassName
{
border-color: #48984C;
}
.TagClassName
{
border-color: #48984C;
}
</style>