Shades of Fruit Salad #49B85C
Tints of Fruit Salad #49B85C
RGB
CMYK
RGB Variations
Color information
#49B85C (or 0x49B85C) is known color: Fruit Salad. HEX triplet: 49, B8 and 5C. RGB value is (73,184,92). Sum of RGB (Red+Green+Blue) = 73+184+92=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #49B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B85C is #B647A3. Grayscale: #8C8C8C. Windows color (decimal): -11945892 or 6076489. OLE color: 6076489.
HSL color Cylindrical-coordinate representation of color #49B85C: hue angle of 130.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B85C is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 184 | 92 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.28 |
| HSL | 130.27º | 0.44% | 0.5% | - |
| HSV(B) | 130.27º | 0.6% | 0.72% | - |
| XYZ | 21.82 | 36.47 | 16.01 | - |
| YUV | 140.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 184 | 92 | 0.60 | 0 | 0.50 | 0.28 | 130.27 | 0.44 | 0.5 |
| Hex | 49 | B8 | 5C | 3C | 0 | 32 | 1C | 82 | 2C | 32 |
| Octal | 111 | 270 | 134 | 74 | 0 | 62 | 34 | 202 | 54 | 62 |
| Binary | 1001001 | 10111000 | 1011100 | 111100 | 0 | 110010 | 11100 | 10000010 | 101100 | 110010 |
Color Harmonies of #49B85C
Complementary color
Monochromatic Colors of #49B85C
Black with #49B85C
Text Example
Text Example
White with #49B85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B85C; }
p { color: rgb(73,184,92); }
H1.HeaderClassName
{
color: #49B85C;
}
.AnyTagClassName
{
color: #49B85C;
}
</style>
background-color css
<style>
a { background-color: #49B85C; }
a { background-color: rgb(73,184,92); }
div.DivClassName
{
background-color: #49B85C;
}
.BgClassName
{
background-color: #49B85C;
}
</style>
border-color css
<style>
span { border-color: #49B85C; }
span { border-color: rgb(73,184,92); }
td.TdClassName
{
border-color: #49B85C;
}
.TagClassName
{
border-color: #49B85C;
}
</style>