Shades of Fruit Salad #4D9949
Tints of Fruit Salad #4D9949
RGB
CMYK
RGB Variations
Color information
#4D9949 (or 0x4D9949) is known color: Fruit Salad. HEX triplet: 4D, 99 and 49. RGB value is (77,153,73). Sum of RGB (Red+Green+Blue) = 77+153+73=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9949 is #B266B6. Grayscale: #797979. Windows color (decimal): -11691703 or 4823373. OLE color: 4823373.
HSL color Cylindrical-coordinate representation of color #4D9949: hue angle of 117º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D9949 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 73 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.4 |
| HSL | 117º | 0.35% | 0.44% | - |
| HSV(B) | 117º | 0.52% | 0.6% | - |
| XYZ | 15.65 | 24.84 | 10.27 | - |
| YUV | 121.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 73 | 0.50 | 0 | 0.52 | 0.4 | 117 | 0.35 | 0.44 |
| Hex | 4D | 99 | 49 | 32 | 0 | 34 | 28 | 75 | 23 | 2C |
| Octal | 115 | 231 | 111 | 62 | 0 | 64 | 50 | 165 | 43 | 54 |
| Binary | 1001101 | 10011001 | 1001001 | 110010 | 0 | 110100 | 101000 | 1110101 | 100011 | 101100 |
Color Harmonies of #4D9949
Complementary color
Monochromatic Colors of #4D9949
Black with #4D9949
Text Example
Text Example
White with #4D9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9949; }
p { color: rgb(77,153,73); }
H1.HeaderClassName
{
color: #4D9949;
}
.AnyTagClassName
{
color: #4D9949;
}
</style>
background-color css
<style>
a { background-color: #4D9949; }
a { background-color: rgb(77,153,73); }
div.DivClassName
{
background-color: #4D9949;
}
.BgClassName
{
background-color: #4D9949;
}
</style>
border-color css
<style>
span { border-color: #4D9949; }
span { border-color: rgb(77,153,73); }
td.TdClassName
{
border-color: #4D9949;
}
.TagClassName
{
border-color: #4D9949;
}
</style>