Shades of Fruit Salad #4D9C49
Tints of Fruit Salad #4D9C49
RGB
CMYK
RGB Variations
Color information
#4D9C49 (or 0x4D9C49) is known color: Fruit Salad. HEX triplet: 4D, 9C and 49. RGB value is (77,156,73). Sum of RGB (Red+Green+Blue) = 77+156+73=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9C49 is #B263B6. Grayscale: #7B7B7B. Windows color (decimal): -11690935 or 4824141. OLE color: 4824141.
HSL color Cylindrical-coordinate representation of color #4D9C49: hue angle of 117.11º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D9C49 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 73 | - |
| CMYK | 0.51 | 0 | 0.53 | 0.39 |
| HSL | 117.11º | 0.36% | 0.45% | - |
| HSV(B) | 117.11º | 0.53% | 0.61% | - |
| XYZ | 16.15 | 25.84 | 10.44 | - |
| YUV | 122.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 73 | 0.51 | 0 | 0.53 | 0.39 | 117.11 | 0.36 | 0.45 |
| Hex | 4D | 9C | 49 | 33 | 0 | 35 | 27 | 75 | 24 | 2D |
| Octal | 115 | 234 | 111 | 63 | 0 | 65 | 47 | 165 | 44 | 55 |
| Binary | 1001101 | 10011100 | 1001001 | 110011 | 0 | 110101 | 100111 | 1110101 | 100100 | 101101 |
Color Harmonies of #4D9C49
Complementary color
Monochromatic Colors of #4D9C49
Black with #4D9C49
Text Example
Text Example
White with #4D9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C49; }
p { color: rgb(77,156,73); }
H1.HeaderClassName
{
color: #4D9C49;
}
.AnyTagClassName
{
color: #4D9C49;
}
</style>
background-color css
<style>
a { background-color: #4D9C49; }
a { background-color: rgb(77,156,73); }
div.DivClassName
{
background-color: #4D9C49;
}
.BgClassName
{
background-color: #4D9C49;
}
</style>
border-color css
<style>
span { border-color: #4D9C49; }
span { border-color: rgb(77,156,73); }
td.TdClassName
{
border-color: #4D9C49;
}
.TagClassName
{
border-color: #4D9C49;
}
</style>