Shades of Fruit Salad #4D9540
Tints of Fruit Salad #4D9540
RGB
CMYK
RGB Variations
Color information
#4D9540 (or 0x4D9540) is known color: Fruit Salad. HEX triplet: 4D, 95 and 40. RGB value is (77,149,64). Sum of RGB (Red+Green+Blue) = 77+149+64=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9540 is #B26ABF. Grayscale: #767676. Windows color (decimal): -11692736 or 4232525. OLE color: 4232525.
HSL color Cylindrical-coordinate representation of color #4D9540: hue angle of 110.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D9540 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 64 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.42 |
| HSL | 110.82º | 0.4% | 0.42% | - |
| HSV(B) | 110.82º | 0.57% | 0.58% | - |
| XYZ | 14.73 | 23.44 | 8.6 | - |
| YUV | 117.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 64 | 0.48 | 0 | 0.57 | 0.42 | 110.82 | 0.4 | 0.42 |
| Hex | 4D | 95 | 40 | 30 | 0 | 39 | 2A | 6F | 28 | 2A |
| Octal | 115 | 225 | 100 | 60 | 0 | 71 | 52 | 157 | 50 | 52 |
| Binary | 1001101 | 10010101 | 1000000 | 110000 | 0 | 111001 | 101010 | 1101111 | 101000 | 101010 |
Color Harmonies of #4D9540
Complementary color
Monochromatic Colors of #4D9540
Black with #4D9540
Text Example
Text Example
White with #4D9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9540; }
p { color: rgb(77,149,64); }
H1.HeaderClassName
{
color: #4D9540;
}
.AnyTagClassName
{
color: #4D9540;
}
</style>
background-color css
<style>
a { background-color: #4D9540; }
a { background-color: rgb(77,149,64); }
div.DivClassName
{
background-color: #4D9540;
}
.BgClassName
{
background-color: #4D9540;
}
</style>
border-color css
<style>
span { border-color: #4D9540; }
span { border-color: rgb(77,149,64); }
td.TdClassName
{
border-color: #4D9540;
}
.TagClassName
{
border-color: #4D9540;
}
</style>