Shades of Fruit Salad #4D9444
Tints of Fruit Salad #4D9444
RGB
CMYK
RGB Variations
Color information
#4D9444 (or 0x4D9444) is known color: Fruit Salad. HEX triplet: 4D, 94 and 44. RGB value is (77,148,68). Sum of RGB (Red+Green+Blue) = 77+148+68=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9444 is #B26BBB. Grayscale: #757575. Windows color (decimal): -11692988 or 4494413. OLE color: 4494413.
HSL color Cylindrical-coordinate representation of color #4D9444: hue angle of 113.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D9444 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 68 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.42 |
| HSL | 113.25º | 0.37% | 0.42% | - |
| HSV(B) | 113.25º | 0.54% | 0.58% | - |
| XYZ | 14.69 | 23.17 | 9.17 | - |
| YUV | 117.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 68 | 0.48 | 0 | 0.54 | 0.42 | 113.25 | 0.37 | 0.42 |
| Hex | 4D | 94 | 44 | 30 | 0 | 36 | 2A | 71 | 25 | 2A |
| Octal | 115 | 224 | 104 | 60 | 0 | 66 | 52 | 161 | 45 | 52 |
| Binary | 1001101 | 10010100 | 1000100 | 110000 | 0 | 110110 | 101010 | 1110001 | 100101 | 101010 |
Color Harmonies of #4D9444
Complementary color
Monochromatic Colors of #4D9444
Black with #4D9444
Text Example
Text Example
White with #4D9444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9444; }
p { color: rgb(77,148,68); }
H1.HeaderClassName
{
color: #4D9444;
}
.AnyTagClassName
{
color: #4D9444;
}
</style>
background-color css
<style>
a { background-color: #4D9444; }
a { background-color: rgb(77,148,68); }
div.DivClassName
{
background-color: #4D9444;
}
.BgClassName
{
background-color: #4D9444;
}
</style>
border-color css
<style>
span { border-color: #4D9444; }
span { border-color: rgb(77,148,68); }
td.TdClassName
{
border-color: #4D9444;
}
.TagClassName
{
border-color: #4D9444;
}
</style>