Shades of Fruit Salad #49963F
Tints of Fruit Salad #49963F
RGB
CMYK
RGB Variations
Color information
#49963F (or 0x49963F) is known color: Fruit Salad. HEX triplet: 49, 96 and 3F. RGB value is (73,150,63). Sum of RGB (Red+Green+Blue) = 73+150+63=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #49963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49963F is #B669C0. Grayscale: #757575. Windows color (decimal): -11954625 or 4167241. OLE color: 4167241.
HSL color Cylindrical-coordinate representation of color #49963F: hue angle of 113.1º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49963F is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 63 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.41 |
| HSL | 113.1º | 0.41% | 0.42% | - |
| HSV(B) | 113.1º | 0.58% | 0.59% | - |
| XYZ | 14.55 | 23.59 | 8.49 | - |
| YUV | 117.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 63 | 0.51 | 0 | 0.58 | 0.41 | 113.1 | 0.41 | 0.42 |
| Hex | 49 | 96 | 3F | 33 | 0 | 3A | 29 | 71 | 29 | 2A |
| Octal | 111 | 226 | 77 | 63 | 0 | 72 | 51 | 161 | 51 | 52 |
| Binary | 1001001 | 10010110 | 111111 | 110011 | 0 | 111010 | 101001 | 1110001 | 101001 | 101010 |
Color Harmonies of #49963F
Complementary color
Monochromatic Colors of #49963F
Black with #49963F
Text Example
Text Example
White with #49963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49963F; }
p { color: rgb(73,150,63); }
H1.HeaderClassName
{
color: #49963F;
}
.AnyTagClassName
{
color: #49963F;
}
</style>
background-color css
<style>
a { background-color: #49963F; }
a { background-color: rgb(73,150,63); }
div.DivClassName
{
background-color: #49963F;
}
.BgClassName
{
background-color: #49963F;
}
</style>
border-color css
<style>
span { border-color: #49963F; }
span { border-color: rgb(73,150,63); }
td.TdClassName
{
border-color: #49963F;
}
.TagClassName
{
border-color: #49963F;
}
</style>