Shades of Fruit Salad #49B73F
Tints of Fruit Salad #49B73F
RGB
CMYK
RGB Variations
Color information
#49B73F (or 0x49B73F) is known color: Fruit Salad. HEX triplet: 49, B7 and 3F. RGB value is (73,183,63). Sum of RGB (Red+Green+Blue) = 73+183+63=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #49B73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B73F is #B648C0. Grayscale: #888888. Windows color (decimal): -11946177 or 4175689. OLE color: 4175689.
HSL color Cylindrical-coordinate representation of color #49B73F: hue angle of 115º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49B73F is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 63 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.28 |
| HSL | 115º | 0.49% | 0.48% | - |
| HSV(B) | 115º | 0.66% | 0.72% | - |
| XYZ | 20.58 | 35.64 | 10.5 | - |
| YUV | 136.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 63 | 0.60 | 0 | 0.66 | 0.28 | 115 | 0.49 | 0.48 |
| Hex | 49 | B7 | 3F | 3C | 0 | 42 | 1C | 73 | 31 | 30 |
| Octal | 111 | 267 | 77 | 74 | 0 | 102 | 34 | 163 | 61 | 60 |
| Binary | 1001001 | 10110111 | 111111 | 111100 | 0 | 1000010 | 11100 | 1110011 | 110001 | 110000 |
Color Harmonies of #49B73F
Complementary color
Monochromatic Colors of #49B73F
Black with #49B73F
Text Example
Text Example
White with #49B73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B73F; }
p { color: rgb(73,183,63); }
H1.HeaderClassName
{
color: #49B73F;
}
.AnyTagClassName
{
color: #49B73F;
}
</style>
background-color css
<style>
a { background-color: #49B73F; }
a { background-color: rgb(73,183,63); }
div.DivClassName
{
background-color: #49B73F;
}
.BgClassName
{
background-color: #49B73F;
}
</style>
border-color css
<style>
span { border-color: #49B73F; }
span { border-color: rgb(73,183,63); }
td.TdClassName
{
border-color: #49B73F;
}
.TagClassName
{
border-color: #49B73F;
}
</style>