Shades of Fruit Salad #49A440
Tints of Fruit Salad #49A440
RGB
CMYK
RGB Variations
Color information
#49A440 (or 0x49A440) is known color: Fruit Salad. HEX triplet: 49, A4 and 40. RGB value is (73,164,64). Sum of RGB (Red+Green+Blue) = 73+164+64=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #49A440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A440 is #B65BBF. Grayscale: #7D7D7D. Windows color (decimal): -11951040 or 4236361. OLE color: 4236361.
HSL color Cylindrical-coordinate representation of color #49A440: hue angle of 114.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49A440 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 164 | 64 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.36 |
| HSL | 114.6º | 0.44% | 0.45% | - |
| HSV(B) | 114.6º | 0.61% | 0.64% | - |
| XYZ | 16.95 | 28.34 | 9.43 | - |
| YUV | 125.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 64 | 0.55 | 0 | 0.61 | 0.36 | 114.6 | 0.44 | 0.45 |
| Hex | 49 | A4 | 40 | 37 | 0 | 3D | 24 | 73 | 2C | 2D |
| Octal | 111 | 244 | 100 | 67 | 0 | 75 | 44 | 163 | 54 | 55 |
| Binary | 1001001 | 10100100 | 1000000 | 110111 | 0 | 111101 | 100100 | 1110011 | 101100 | 101101 |
Color Harmonies of #49A440
Complementary color
Monochromatic Colors of #49A440
Black with #49A440
Text Example
Text Example
White with #49A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A440; }
p { color: rgb(73,164,64); }
H1.HeaderClassName
{
color: #49A440;
}
.AnyTagClassName
{
color: #49A440;
}
</style>
background-color css
<style>
a { background-color: #49A440; }
a { background-color: rgb(73,164,64); }
div.DivClassName
{
background-color: #49A440;
}
.BgClassName
{
background-color: #49A440;
}
</style>
border-color css
<style>
span { border-color: #49A440; }
span { border-color: rgb(73,164,64); }
td.TdClassName
{
border-color: #49A440;
}
.TagClassName
{
border-color: #49A440;
}
</style>