Shades of Fruit Salad #49C046
Tints of Fruit Salad #49C046
RGB
CMYK
RGB Variations
Color information
#49C046 (or 0x49C046) is known color: Fruit Salad. HEX triplet: 49, C0 and 46. RGB value is (73,192,70). Sum of RGB (Red+Green+Blue) = 73+192+70=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #49C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C046 is #B63FB9. Grayscale: #8E8E8E. Windows color (decimal): -11943866 or 4636745. OLE color: 4636745.
HSL color Cylindrical-coordinate representation of color #49C046: hue angle of 118.52º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C046 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 70 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.25 |
| HSL | 118.52º | 0.49% | 0.51% | - |
| HSV(B) | 118.52º | 0.64% | 0.75% | - |
| XYZ | 22.7 | 39.56 | 12.23 | - |
| YUV | 142.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 70 | 0.62 | 0 | 0.64 | 0.25 | 118.52 | 0.49 | 0.51 |
| Hex | 49 | C0 | 46 | 3E | 0 | 40 | 19 | 77 | 31 | 33 |
| Octal | 111 | 300 | 106 | 76 | 0 | 100 | 31 | 167 | 61 | 63 |
| Binary | 1001001 | 11000000 | 1000110 | 111110 | 0 | 1000000 | 11001 | 1110111 | 110001 | 110011 |
Color Harmonies of #49C046
Complementary color
Monochromatic Colors of #49C046
Black with #49C046
Text Example
Text Example
White with #49C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C046; }
p { color: rgb(73,192,70); }
H1.HeaderClassName
{
color: #49C046;
}
.AnyTagClassName
{
color: #49C046;
}
</style>
background-color css
<style>
a { background-color: #49C046; }
a { background-color: rgb(73,192,70); }
div.DivClassName
{
background-color: #49C046;
}
.BgClassName
{
background-color: #49C046;
}
</style>
border-color css
<style>
span { border-color: #49C046; }
span { border-color: rgb(73,192,70); }
td.TdClassName
{
border-color: #49C046;
}
.TagClassName
{
border-color: #49C046;
}
</style>