Shades of Fruit Salad #4D9049
Tints of Fruit Salad #4D9049
RGB
CMYK
RGB Variations
Color information
#4D9049 (or 0x4D9049) is known color: Fruit Salad. HEX triplet: 4D, 90 and 49. RGB value is (77,144,73). Sum of RGB (Red+Green+Blue) = 77+144+73=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9049 is #B26FB6. Grayscale: #747474. Windows color (decimal): -11694007 or 4821069. OLE color: 4821069.
HSL color Cylindrical-coordinate representation of color #4D9049: hue angle of 116.62º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9049 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 73 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.44 |
| HSL | 116.62º | 0.33% | 0.43% | - |
| HSV(B) | 116.62º | 0.49% | 0.56% | - |
| XYZ | 14.24 | 22.01 | 9.8 | - |
| YUV | 115.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 73 | 0.47 | 0 | 0.49 | 0.44 | 116.62 | 0.33 | 0.43 |
| Hex | 4D | 90 | 49 | 2F | 0 | 31 | 2C | 75 | 21 | 2B |
| Octal | 115 | 220 | 111 | 57 | 0 | 61 | 54 | 165 | 41 | 53 |
| Binary | 1001101 | 10010000 | 1001001 | 101111 | 0 | 110001 | 101100 | 1110101 | 100001 | 101011 |
Color Harmonies of #4D9049
Complementary color
Monochromatic Colors of #4D9049
Black with #4D9049
Text Example
Text Example
White with #4D9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9049; }
p { color: rgb(77,144,73); }
H1.HeaderClassName
{
color: #4D9049;
}
.AnyTagClassName
{
color: #4D9049;
}
</style>
background-color css
<style>
a { background-color: #4D9049; }
a { background-color: rgb(77,144,73); }
div.DivClassName
{
background-color: #4D9049;
}
.BgClassName
{
background-color: #4D9049;
}
</style>
border-color css
<style>
span { border-color: #4D9049; }
span { border-color: rgb(77,144,73); }
td.TdClassName
{
border-color: #4D9049;
}
.TagClassName
{
border-color: #4D9049;
}
</style>