Shades of Fruit Salad #49964B
Tints of Fruit Salad #49964B
RGB
CMYK
RGB Variations
Color information
#49964B (or 0x49964B) is known color: Fruit Salad. HEX triplet: 49, 96 and 4B. RGB value is (73,150,75). Sum of RGB (Red+Green+Blue) = 73+150+75=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #49964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49964B is #B669B4. Grayscale: #767676. Windows color (decimal): -11954613 or 4953673. OLE color: 4953673.
HSL color Cylindrical-coordinate representation of color #49964B: hue angle of 121.56º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49964B is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 75 | - |
| CMYK | 0.51 | 0 | 0.5 | 0.41 |
| HSL | 121.56º | 0.35% | 0.44% | - |
| HSV(B) | 121.56º | 0.51% | 0.59% | - |
| XYZ | 14.92 | 23.74 | 10.45 | - |
| YUV | 118.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 75 | 0.51 | 0 | 0.5 | 0.41 | 121.56 | 0.35 | 0.44 |
| Hex | 49 | 96 | 4B | 33 | 0 | 32 | 29 | 7A | 23 | 2C |
| Octal | 111 | 226 | 113 | 63 | 0 | 62 | 51 | 172 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1001011 | 110011 | 0 | 110010 | 101001 | 1111010 | 100011 | 101100 |
Color Harmonies of #49964B
Complementary color
Monochromatic Colors of #49964B
Black with #49964B
Text Example
Text Example
White with #49964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49964B; }
p { color: rgb(73,150,75); }
H1.HeaderClassName
{
color: #49964B;
}
.AnyTagClassName
{
color: #49964B;
}
</style>
background-color css
<style>
a { background-color: #49964B; }
a { background-color: rgb(73,150,75); }
div.DivClassName
{
background-color: #49964B;
}
.BgClassName
{
background-color: #49964B;
}
</style>
border-color css
<style>
span { border-color: #49964B; }
span { border-color: rgb(73,150,75); }
td.TdClassName
{
border-color: #49964B;
}
.TagClassName
{
border-color: #49964B;
}
</style>