Shades of Fruit Salad #4D944C
Tints of Fruit Salad #4D944C
RGB
CMYK
RGB Variations
Color information
#4D944C (or 0x4D944C) is known color: Fruit Salad. HEX triplet: 4D, 94 and 4C. RGB value is (77,148,76). Sum of RGB (Red+Green+Blue) = 77+148+76=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #4D944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D944C is #B26BB3. Grayscale: #767676. Windows color (decimal): -11692980 or 5018701. OLE color: 5018701.
HSL color Cylindrical-coordinate representation of color #4D944C: hue angle of 119.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D944C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 76 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.42 |
| HSL | 119.17º | 0.32% | 0.44% | - |
| HSV(B) | 119.17º | 0.49% | 0.58% | - |
| XYZ | 14.95 | 23.28 | 10.54 | - |
| YUV | 118.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 76 | 0.48 | 0 | 0.49 | 0.42 | 119.17 | 0.32 | 0.44 |
| Hex | 4D | 94 | 4C | 30 | 0 | 31 | 2A | 77 | 20 | 2C |
| Octal | 115 | 224 | 114 | 60 | 0 | 61 | 52 | 167 | 40 | 54 |
| Binary | 1001101 | 10010100 | 1001100 | 110000 | 0 | 110001 | 101010 | 1110111 | 100000 | 101100 |
Color Harmonies of #4D944C
Complementary color
Monochromatic Colors of #4D944C
Black with #4D944C
Text Example
Text Example
White with #4D944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D944C; }
p { color: rgb(77,148,76); }
H1.HeaderClassName
{
color: #4D944C;
}
.AnyTagClassName
{
color: #4D944C;
}
</style>
background-color css
<style>
a { background-color: #4D944C; }
a { background-color: rgb(77,148,76); }
div.DivClassName
{
background-color: #4D944C;
}
.BgClassName
{
background-color: #4D944C;
}
</style>
border-color css
<style>
span { border-color: #4D944C; }
span { border-color: rgb(77,148,76); }
td.TdClassName
{
border-color: #4D944C;
}
.TagClassName
{
border-color: #4D944C;
}
</style>