Shades of Fruit Salad #49A94E
Tints of Fruit Salad #49A94E
RGB
CMYK
RGB Variations
Color information
#49A94E (or 0x49A94E) is known color: Fruit Salad. HEX triplet: 49, A9 and 4E. RGB value is (73,169,78). Sum of RGB (Red+Green+Blue) = 73+169+78=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #49A94E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A94E is #B656B1. Grayscale: #828282. Windows color (decimal): -11949746 or 5155145. OLE color: 5155145.
HSL color Cylindrical-coordinate representation of color #49A94E: hue angle of 123.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A94E is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 78 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.34 |
| HSL | 123.13º | 0.4% | 0.47% | - |
| HSV(B) | 123.13º | 0.57% | 0.66% | - |
| XYZ | 18.31 | 30.34 | 12.1 | - |
| YUV | 129.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 78 | 0.57 | 0 | 0.54 | 0.34 | 123.13 | 0.4 | 0.47 |
| Hex | 49 | A9 | 4E | 39 | 0 | 36 | 22 | 7B | 28 | 2F |
| Octal | 111 | 251 | 116 | 71 | 0 | 66 | 42 | 173 | 50 | 57 |
| Binary | 1001001 | 10101001 | 1001110 | 111001 | 0 | 110110 | 100010 | 1111011 | 101000 | 101111 |
Color Harmonies of #49A94E
Complementary color
Monochromatic Colors of #49A94E
Black with #49A94E
Text Example
Text Example
White with #49A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A94E; }
p { color: rgb(73,169,78); }
H1.HeaderClassName
{
color: #49A94E;
}
.AnyTagClassName
{
color: #49A94E;
}
</style>
background-color css
<style>
a { background-color: #49A94E; }
a { background-color: rgb(73,169,78); }
div.DivClassName
{
background-color: #49A94E;
}
.BgClassName
{
background-color: #49A94E;
}
</style>
border-color css
<style>
span { border-color: #49A94E; }
span { border-color: rgb(73,169,78); }
td.TdClassName
{
border-color: #49A94E;
}
.TagClassName
{
border-color: #49A94E;
}
</style>