Shades of Fruit Salad #4D9446
Tints of Fruit Salad #4D9446
RGB
CMYK
RGB Variations
Color information
#4D9446 (or 0x4D9446) is known color: Fruit Salad. HEX triplet: 4D, 94 and 46. RGB value is (77,148,70). Sum of RGB (Red+Green+Blue) = 77+148+70=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9446 is #B26BB9. Grayscale: #767676. Windows color (decimal): -11692986 or 4625485. OLE color: 4625485.
HSL color Cylindrical-coordinate representation of color #4D9446: hue angle of 114.62º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D9446 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 70 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.42 |
| HSL | 114.62º | 0.36% | 0.43% | - |
| HSV(B) | 114.62º | 0.53% | 0.58% | - |
| XYZ | 14.76 | 23.2 | 9.49 | - |
| YUV | 117.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 70 | 0.48 | 0 | 0.53 | 0.42 | 114.62 | 0.36 | 0.43 |
| Hex | 4D | 94 | 46 | 30 | 0 | 35 | 2A | 73 | 24 | 2B |
| Octal | 115 | 224 | 106 | 60 | 0 | 65 | 52 | 163 | 44 | 53 |
| Binary | 1001101 | 10010100 | 1000110 | 110000 | 0 | 110101 | 101010 | 1110011 | 100100 | 101011 |
Color Harmonies of #4D9446
Complementary color
Monochromatic Colors of #4D9446
Black with #4D9446
Text Example
Text Example
White with #4D9446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9446; }
p { color: rgb(77,148,70); }
H1.HeaderClassName
{
color: #4D9446;
}
.AnyTagClassName
{
color: #4D9446;
}
</style>
background-color css
<style>
a { background-color: #4D9446; }
a { background-color: rgb(77,148,70); }
div.DivClassName
{
background-color: #4D9446;
}
.BgClassName
{
background-color: #4D9446;
}
</style>
border-color css
<style>
span { border-color: #4D9446; }
span { border-color: rgb(77,148,70); }
td.TdClassName
{
border-color: #4D9446;
}
.TagClassName
{
border-color: #4D9446;
}
</style>