Shades of Fruit Salad #4D9355
Tints of Fruit Salad #4D9355
RGB
CMYK
RGB Variations
Color information
#4D9355 (or 0x4D9355) is known color: Fruit Salad. HEX triplet: 4D, 93 and 55. RGB value is (77,147,85). Sum of RGB (Red+Green+Blue) = 77+147+85=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9355 is #B26CAA. Grayscale: #777777. Windows color (decimal): -11693227 or 5608269. OLE color: 5608269.
HSL color Cylindrical-coordinate representation of color #4D9355: hue angle of 126.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9355 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 85 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.42 |
| HSL | 126.86º | 0.31% | 0.44% | - |
| HSV(B) | 126.86º | 0.48% | 0.58% | - |
| XYZ | 15.13 | 23.1 | 12.26 | - |
| YUV | 119 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 85 | 0.48 | 0 | 0.42 | 0.42 | 126.86 | 0.31 | 0.44 |
| Hex | 4D | 93 | 55 | 30 | 0 | 2A | 2A | 7F | 1F | 2C |
| Octal | 115 | 223 | 125 | 60 | 0 | 52 | 52 | 177 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1010101 | 110000 | 0 | 101010 | 101010 | 1111111 | 11111 | 101100 |
Color Harmonies of #4D9355
Complementary color
Monochromatic Colors of #4D9355
Black with #4D9355
Text Example
Text Example
White with #4D9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9355; }
p { color: rgb(77,147,85); }
H1.HeaderClassName
{
color: #4D9355;
}
.AnyTagClassName
{
color: #4D9355;
}
</style>
background-color css
<style>
a { background-color: #4D9355; }
a { background-color: rgb(77,147,85); }
div.DivClassName
{
background-color: #4D9355;
}
.BgClassName
{
background-color: #4D9355;
}
</style>
border-color css
<style>
span { border-color: #4D9355; }
span { border-color: rgb(77,147,85); }
td.TdClassName
{
border-color: #4D9355;
}
.TagClassName
{
border-color: #4D9355;
}
</style>