Shades of Fruit Salad #4D9641
Tints of Fruit Salad #4D9641
RGB
CMYK
RGB Variations
Color information
#4D9641 (or 0x4D9641) is known color: Fruit Salad. HEX triplet: 4D, 96 and 41. RGB value is (77,150,65). Sum of RGB (Red+Green+Blue) = 77+150+65=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9641 is #B269BE. Grayscale: #767676. Windows color (decimal): -11692479 or 4298317. OLE color: 4298317.
HSL color Cylindrical-coordinate representation of color #4D9641: hue angle of 111.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D9641 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 65 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.41 |
| HSL | 111.53º | 0.4% | 0.42% | - |
| HSV(B) | 111.53º | 0.57% | 0.59% | - |
| XYZ | 14.92 | 23.77 | 8.8 | - |
| YUV | 118.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 65 | 0.49 | 0 | 0.57 | 0.41 | 111.53 | 0.4 | 0.42 |
| Hex | 4D | 96 | 41 | 31 | 0 | 39 | 29 | 70 | 28 | 2A |
| Octal | 115 | 226 | 101 | 61 | 0 | 71 | 51 | 160 | 50 | 52 |
| Binary | 1001101 | 10010110 | 1000001 | 110001 | 0 | 111001 | 101001 | 1110000 | 101000 | 101010 |
Color Harmonies of #4D9641
Complementary color
Monochromatic Colors of #4D9641
Black with #4D9641
Text Example
Text Example
White with #4D9641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9641; }
p { color: rgb(77,150,65); }
H1.HeaderClassName
{
color: #4D9641;
}
.AnyTagClassName
{
color: #4D9641;
}
</style>
background-color css
<style>
a { background-color: #4D9641; }
a { background-color: rgb(77,150,65); }
div.DivClassName
{
background-color: #4D9641;
}
.BgClassName
{
background-color: #4D9641;
}
</style>
border-color css
<style>
span { border-color: #4D9641; }
span { border-color: rgb(77,150,65); }
td.TdClassName
{
border-color: #4D9641;
}
.TagClassName
{
border-color: #4D9641;
}
</style>