Shades of Fruit Salad #49983F
Tints of Fruit Salad #49983F
RGB
CMYK
RGB Variations
Color information
#49983F (or 0x49983F) is known color: Fruit Salad. HEX triplet: 49, 98 and 3F. RGB value is (73,152,63). Sum of RGB (Red+Green+Blue) = 73+152+63=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #49983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49983F is #B667C0. Grayscale: #767676. Windows color (decimal): -11954113 or 4167753. OLE color: 4167753.
HSL color Cylindrical-coordinate representation of color #49983F: hue angle of 113.26º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49983F is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 63 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.40 |
| HSL | 113.26º | 0.41% | 0.42% | - |
| HSV(B) | 113.26º | 0.59% | 0.6% | - |
| XYZ | 14.87 | 24.23 | 8.6 | - |
| YUV | 118.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 63 | 0.52 | 0 | 0.59 | 0.40 | 113.26 | 0.41 | 0.42 |
| Hex | 49 | 98 | 3F | 34 | 0 | 3B | 28 | 71 | 29 | 2A |
| Octal | 111 | 230 | 77 | 64 | 0 | 73 | 50 | 161 | 51 | 52 |
| Binary | 1001001 | 10011000 | 111111 | 110100 | 0 | 111011 | 101000 | 1110001 | 101001 | 101010 |
Color Harmonies of #49983F
Complementary color
Monochromatic Colors of #49983F
Black with #49983F
Text Example
Text Example
White with #49983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49983F; }
p { color: rgb(73,152,63); }
H1.HeaderClassName
{
color: #49983F;
}
.AnyTagClassName
{
color: #49983F;
}
</style>
background-color css
<style>
a { background-color: #49983F; }
a { background-color: rgb(73,152,63); }
div.DivClassName
{
background-color: #49983F;
}
.BgClassName
{
background-color: #49983F;
}
</style>
border-color css
<style>
span { border-color: #49983F; }
span { border-color: rgb(73,152,63); }
td.TdClassName
{
border-color: #49983F;
}
.TagClassName
{
border-color: #49983F;
}
</style>