Shades of Fruit Salad #49C048
Tints of Fruit Salad #49C048
RGB
CMYK
RGB Variations
Color information
#49C048 (or 0x49C048) is known color: Fruit Salad. HEX triplet: 49, C0 and 48. RGB value is (73,192,72). Sum of RGB (Red+Green+Blue) = 73+192+72=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #49C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C048 is #B63FB7. Grayscale: #8F8F8F. Windows color (decimal): -11943864 or 4767817. OLE color: 4767817.
HSL color Cylindrical-coordinate representation of color #49C048: hue angle of 119.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C048 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 72 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.25 |
| HSL | 119.5º | 0.49% | 0.52% | - |
| HSV(B) | 119.5º | 0.63% | 0.75% | - |
| XYZ | 22.77 | 39.58 | 12.57 | - |
| YUV | 142.74 | 88.08 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 72 | 0.62 | 0 | 0.63 | 0.25 | 119.5 | 0.49 | 0.52 |
| Hex | 49 | C0 | 48 | 3E | 0 | 3F | 19 | 78 | 31 | 34 |
| Octal | 111 | 300 | 110 | 76 | 0 | 77 | 31 | 170 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1001000 | 111110 | 0 | 111111 | 11001 | 1111000 | 110001 | 110100 |
Color Harmonies of #49C048
Complementary color
Monochromatic Colors of #49C048
Black with #49C048
Text Example
Text Example
White with #49C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C048; }
p { color: rgb(73,192,72); }
H1.HeaderClassName
{
color: #49C048;
}
.AnyTagClassName
{
color: #49C048;
}
</style>
background-color css
<style>
a { background-color: #49C048; }
a { background-color: rgb(73,192,72); }
div.DivClassName
{
background-color: #49C048;
}
.BgClassName
{
background-color: #49C048;
}
</style>
border-color css
<style>
span { border-color: #49C048; }
span { border-color: rgb(73,192,72); }
td.TdClassName
{
border-color: #49C048;
}
.TagClassName
{
border-color: #49C048;
}
</style>