Shades of Fruit Salad #49AA43
Tints of Fruit Salad #49AA43
RGB
CMYK
RGB Variations
Color information
#49AA43 (or 0x49AA43) is known color: Fruit Salad. HEX triplet: 49, AA and 43. RGB value is (73,170,67). Sum of RGB (Red+Green+Blue) = 73+170+67=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA43 is #B655BC. Grayscale: #818181. Windows color (decimal): -11949501 or 4434505. OLE color: 4434505.
HSL color Cylindrical-coordinate representation of color #49AA43: hue angle of 116.5º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AA43 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 67 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.33 |
| HSL | 116.5º | 0.43% | 0.46% | - |
| HSV(B) | 116.5º | 0.61% | 0.67% | - |
| XYZ | 18.14 | 30.57 | 10.26 | - |
| YUV | 129.26 | 92.86 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 67 | 0.57 | 0 | 0.61 | 0.33 | 116.5 | 0.43 | 0.46 |
| Hex | 49 | AA | 43 | 39 | 0 | 3D | 21 | 75 | 2B | 2E |
| Octal | 111 | 252 | 103 | 71 | 0 | 75 | 41 | 165 | 53 | 56 |
| Binary | 1001001 | 10101010 | 1000011 | 111001 | 0 | 111101 | 100001 | 1110101 | 101011 | 101110 |
Color Harmonies of #49AA43
Complementary color
Monochromatic Colors of #49AA43
Black with #49AA43
Text Example
Text Example
White with #49AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA43; }
p { color: rgb(73,170,67); }
H1.HeaderClassName
{
color: #49AA43;
}
.AnyTagClassName
{
color: #49AA43;
}
</style>
background-color css
<style>
a { background-color: #49AA43; }
a { background-color: rgb(73,170,67); }
div.DivClassName
{
background-color: #49AA43;
}
.BgClassName
{
background-color: #49AA43;
}
</style>
border-color css
<style>
span { border-color: #49AA43; }
span { border-color: rgb(73,170,67); }
td.TdClassName
{
border-color: #49AA43;
}
.TagClassName
{
border-color: #49AA43;
}
</style>