Shades of Fruit Salad #49AC40
Tints of Fruit Salad #49AC40
RGB
CMYK
RGB Variations
Color information
#49AC40 (or 0x49AC40) is known color: Fruit Salad. HEX triplet: 49, AC and 40. RGB value is (73,172,64). Sum of RGB (Red+Green+Blue) = 73+172+64=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC40 is #B653BF. Grayscale: #828282. Windows color (decimal): -11948992 or 4238409. OLE color: 4238409.
HSL color Cylindrical-coordinate representation of color #49AC40: hue angle of 115º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49AC40 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 64 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.33 |
| HSL | 115º | 0.46% | 0.46% | - |
| HSV(B) | 115º | 0.63% | 0.67% | - |
| XYZ | 18.43 | 31.29 | 9.92 | - |
| YUV | 130.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 64 | 0.58 | 0 | 0.63 | 0.33 | 115 | 0.46 | 0.46 |
| Hex | 49 | AC | 40 | 3A | 0 | 3F | 21 | 73 | 2E | 2E |
| Octal | 111 | 254 | 100 | 72 | 0 | 77 | 41 | 163 | 56 | 56 |
| Binary | 1001001 | 10101100 | 1000000 | 111010 | 0 | 111111 | 100001 | 1110011 | 101110 | 101110 |
Color Harmonies of #49AC40
Complementary color
Monochromatic Colors of #49AC40
Black with #49AC40
Text Example
Text Example
White with #49AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC40; }
p { color: rgb(73,172,64); }
H1.HeaderClassName
{
color: #49AC40;
}
.AnyTagClassName
{
color: #49AC40;
}
</style>
background-color css
<style>
a { background-color: #49AC40; }
a { background-color: rgb(73,172,64); }
div.DivClassName
{
background-color: #49AC40;
}
.BgClassName
{
background-color: #49AC40;
}
</style>
border-color css
<style>
span { border-color: #49AC40; }
span { border-color: rgb(73,172,64); }
td.TdClassName
{
border-color: #49AC40;
}
.TagClassName
{
border-color: #49AC40;
}
</style>