Shades of Fruit Salad #49A640
Tints of Fruit Salad #49A640
RGB
CMYK
RGB Variations
Color information
#49A640 (or 0x49A640) is known color: Fruit Salad. HEX triplet: 49, A6 and 40. RGB value is (73,166,64). Sum of RGB (Red+Green+Blue) = 73+166+64=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #49A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A640 is #B659BF. Grayscale: #7E7E7E. Windows color (decimal): -11950528 or 4236873. OLE color: 4236873.
HSL color Cylindrical-coordinate representation of color #49A640: hue angle of 114.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A640 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 64 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.35 |
| HSL | 114.71º | 0.44% | 0.45% | - |
| HSV(B) | 114.71º | 0.61% | 0.65% | - |
| XYZ | 17.31 | 29.06 | 9.55 | - |
| YUV | 126.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 64 | 0.56 | 0 | 0.61 | 0.35 | 114.71 | 0.44 | 0.45 |
| Hex | 49 | A6 | 40 | 38 | 0 | 3D | 23 | 73 | 2C | 2D |
| Octal | 111 | 246 | 100 | 70 | 0 | 75 | 43 | 163 | 54 | 55 |
| Binary | 1001001 | 10100110 | 1000000 | 111000 | 0 | 111101 | 100011 | 1110011 | 101100 | 101101 |
Color Harmonies of #49A640
Complementary color
Monochromatic Colors of #49A640
Black with #49A640
Text Example
Text Example
White with #49A640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A640; }
p { color: rgb(73,166,64); }
H1.HeaderClassName
{
color: #49A640;
}
.AnyTagClassName
{
color: #49A640;
}
</style>
background-color css
<style>
a { background-color: #49A640; }
a { background-color: rgb(73,166,64); }
div.DivClassName
{
background-color: #49A640;
}
.BgClassName
{
background-color: #49A640;
}
</style>
border-color css
<style>
span { border-color: #49A640; }
span { border-color: rgb(73,166,64); }
td.TdClassName
{
border-color: #49A640;
}
.TagClassName
{
border-color: #49A640;
}
</style>