Shades of Fruit Salad #49AB40
Tints of Fruit Salad #49AB40
RGB
CMYK
RGB Variations
Color information
#49AB40 (or 0x49AB40) is known color: Fruit Salad. HEX triplet: 49, AB and 40. RGB value is (73,171,64). Sum of RGB (Red+Green+Blue) = 73+171+64=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB40 is #B654BF. Grayscale: #818181. Windows color (decimal): -11949248 or 4238153. OLE color: 4238153.
HSL color Cylindrical-coordinate representation of color #49AB40: hue angle of 114.95º 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 #49AB40 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 64 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.33 |
| HSL | 114.95º | 0.46% | 0.46% | - |
| HSV(B) | 114.95º | 0.63% | 0.67% | - |
| XYZ | 18.24 | 30.91 | 9.86 | - |
| YUV | 129.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 64 | 0.57 | 0 | 0.63 | 0.33 | 114.95 | 0.46 | 0.46 |
| Hex | 49 | AB | 40 | 39 | 0 | 3F | 21 | 73 | 2E | 2E |
| Octal | 111 | 253 | 100 | 71 | 0 | 77 | 41 | 163 | 56 | 56 |
| Binary | 1001001 | 10101011 | 1000000 | 111001 | 0 | 111111 | 100001 | 1110011 | 101110 | 101110 |
Color Harmonies of #49AB40
Complementary color
Monochromatic Colors of #49AB40
Black with #49AB40
Text Example
Text Example
White with #49AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB40; }
p { color: rgb(73,171,64); }
H1.HeaderClassName
{
color: #49AB40;
}
.AnyTagClassName
{
color: #49AB40;
}
</style>
background-color css
<style>
a { background-color: #49AB40; }
a { background-color: rgb(73,171,64); }
div.DivClassName
{
background-color: #49AB40;
}
.BgClassName
{
background-color: #49AB40;
}
</style>
border-color css
<style>
span { border-color: #49AB40; }
span { border-color: rgb(73,171,64); }
td.TdClassName
{
border-color: #49AB40;
}
.TagClassName
{
border-color: #49AB40;
}
</style>