Shades of Fruit Salad #49A24C
Tints of Fruit Salad #49A24C
RGB
CMYK
RGB Variations
Color information
#49A24C (or 0x49A24C) is known color: Fruit Salad. HEX triplet: 49, A2 and 4C. RGB value is (73,162,76). Sum of RGB (Red+Green+Blue) = 73+162+76=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #49A24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A24C is #B65DB3. Grayscale: #7D7D7D. Windows color (decimal): -11951540 or 5022281. OLE color: 5022281.
HSL color Cylindrical-coordinate representation of color #49A24C: hue angle of 122.02º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A24C is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 76 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.36 |
| HSL | 122.02º | 0.38% | 0.46% | - |
| HSV(B) | 122.02º | 0.55% | 0.64% | - |
| XYZ | 16.97 | 27.78 | 11.3 | - |
| YUV | 125.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 76 | 0.55 | 0 | 0.53 | 0.36 | 122.02 | 0.38 | 0.46 |
| Hex | 49 | A2 | 4C | 37 | 0 | 35 | 24 | 7A | 26 | 2E |
| Octal | 111 | 242 | 114 | 67 | 0 | 65 | 44 | 172 | 46 | 56 |
| Binary | 1001001 | 10100010 | 1001100 | 110111 | 0 | 110101 | 100100 | 1111010 | 100110 | 101110 |
Color Harmonies of #49A24C
Complementary color
Monochromatic Colors of #49A24C
Black with #49A24C
Text Example
Text Example
White with #49A24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A24C; }
p { color: rgb(73,162,76); }
H1.HeaderClassName
{
color: #49A24C;
}
.AnyTagClassName
{
color: #49A24C;
}
</style>
background-color css
<style>
a { background-color: #49A24C; }
a { background-color: rgb(73,162,76); }
div.DivClassName
{
background-color: #49A24C;
}
.BgClassName
{
background-color: #49A24C;
}
</style>
border-color css
<style>
span { border-color: #49A24C; }
span { border-color: rgb(73,162,76); }
td.TdClassName
{
border-color: #49A24C;
}
.TagClassName
{
border-color: #49A24C;
}
</style>