Shades of Fruit Salad #48994D
Tints of Fruit Salad #48994D
RGB
CMYK
RGB Variations
Color information
#48994D (or 0x48994D) is known color: Fruit Salad. HEX triplet: 48, 99 and 4D. RGB value is (72,153,77). Sum of RGB (Red+Green+Blue) = 72+153+77=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #48994D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48994D is #B766B2. Grayscale: #787878. Windows color (decimal): -12019379 or 5085512. OLE color: 5085512.
HSL color Cylindrical-coordinate representation of color #48994D: hue angle of 123.7º 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 #48994D is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 153 | 77 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.4 |
| HSL | 123.7º | 0.36% | 0.44% | - |
| HSV(B) | 123.7º | 0.53% | 0.6% | - |
| XYZ | 15.4 | 24.7 | 10.98 | - |
| YUV | 120.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 77 | 0.53 | 0 | 0.50 | 0.4 | 123.7 | 0.36 | 0.44 |
| Hex | 48 | 99 | 4D | 35 | 0 | 32 | 28 | 7C | 24 | 2C |
| Octal | 110 | 231 | 115 | 65 | 0 | 62 | 50 | 174 | 44 | 54 |
| Binary | 1001000 | 10011001 | 1001101 | 110101 | 0 | 110010 | 101000 | 1111100 | 100100 | 101100 |
Color Harmonies of #48994D
Complementary color
Monochromatic Colors of #48994D
Black with #48994D
Text Example
Text Example
White with #48994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48994D; }
p { color: rgb(72,153,77); }
H1.HeaderClassName
{
color: #48994D;
}
.AnyTagClassName
{
color: #48994D;
}
</style>
background-color css
<style>
a { background-color: #48994D; }
a { background-color: rgb(72,153,77); }
div.DivClassName
{
background-color: #48994D;
}
.BgClassName
{
background-color: #48994D;
}
</style>
border-color css
<style>
span { border-color: #48994D; }
span { border-color: rgb(72,153,77); }
td.TdClassName
{
border-color: #48994D;
}
.TagClassName
{
border-color: #48994D;
}
</style>