Shades of Fruit Salad #4D9549
Tints of Fruit Salad #4D9549
RGB
CMYK
RGB Variations
Color information
#4D9549 (or 0x4D9549) is known color: Fruit Salad. HEX triplet: 4D, 95 and 49. RGB value is (77,149,73). Sum of RGB (Red+Green+Blue) = 77+149+73=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9549 is #B26AB6. Grayscale: #777777. Windows color (decimal): -11692727 or 4822349. OLE color: 4822349.
HSL color Cylindrical-coordinate representation of color #4D9549: hue angle of 116.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9549 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 73 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.42 |
| HSL | 116.84º | 0.34% | 0.44% | - |
| HSV(B) | 116.84º | 0.51% | 0.58% | - |
| XYZ | 15.01 | 23.55 | 10.06 | - |
| YUV | 118.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 73 | 0.48 | 0 | 0.51 | 0.42 | 116.84 | 0.34 | 0.44 |
| Hex | 4D | 95 | 49 | 30 | 0 | 33 | 2A | 75 | 22 | 2C |
| Octal | 115 | 225 | 111 | 60 | 0 | 63 | 52 | 165 | 42 | 54 |
| Binary | 1001101 | 10010101 | 1001001 | 110000 | 0 | 110011 | 101010 | 1110101 | 100010 | 101100 |
Color Harmonies of #4D9549
Complementary color
Monochromatic Colors of #4D9549
Black with #4D9549
Text Example
Text Example
White with #4D9549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9549; }
p { color: rgb(77,149,73); }
H1.HeaderClassName
{
color: #4D9549;
}
.AnyTagClassName
{
color: #4D9549;
}
</style>
background-color css
<style>
a { background-color: #4D9549; }
a { background-color: rgb(77,149,73); }
div.DivClassName
{
background-color: #4D9549;
}
.BgClassName
{
background-color: #4D9549;
}
</style>
border-color css
<style>
span { border-color: #4D9549; }
span { border-color: rgb(77,149,73); }
td.TdClassName
{
border-color: #4D9549;
}
.TagClassName
{
border-color: #4D9549;
}
</style>