Shades of Fruit Salad #49AA36
Tints of Fruit Salad #49AA36
RGB
CMYK
RGB Variations
Color information
#49AA36 (or 0x49AA36) is known color: Fruit Salad. HEX triplet: 49, AA and 36. RGB value is (73,170,54). Sum of RGB (Red+Green+Blue) = 73+170+54=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA36 is #B655C9. Grayscale: #808080. Windows color (decimal): -11949514 or 3582537. OLE color: 3582537.
HSL color Cylindrical-coordinate representation of color #49AA36: hue angle of 110.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49AA36 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 54 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.33 |
| HSL | 110.17º | 0.52% | 0.44% | - |
| HSV(B) | 110.17º | 0.68% | 0.67% | - |
| XYZ | 17.79 | 30.43 | 8.43 | - |
| YUV | 127.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 54 | 0.57 | 0 | 0.68 | 0.33 | 110.17 | 0.52 | 0.44 |
| Hex | 49 | AA | 36 | 39 | 0 | 44 | 21 | 6E | 34 | 2C |
| Octal | 111 | 252 | 66 | 71 | 0 | 104 | 41 | 156 | 64 | 54 |
| Binary | 1001001 | 10101010 | 110110 | 111001 | 0 | 1000100 | 100001 | 1101110 | 110100 | 101100 |
Color Harmonies of #49AA36
Complementary color
Monochromatic Colors of #49AA36
Black with #49AA36
Text Example
Text Example
White with #49AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA36; }
p { color: rgb(73,170,54); }
H1.HeaderClassName
{
color: #49AA36;
}
.AnyTagClassName
{
color: #49AA36;
}
</style>
background-color css
<style>
a { background-color: #49AA36; }
a { background-color: rgb(73,170,54); }
div.DivClassName
{
background-color: #49AA36;
}
.BgClassName
{
background-color: #49AA36;
}
</style>
border-color css
<style>
span { border-color: #49AA36; }
span { border-color: rgb(73,170,54); }
td.TdClassName
{
border-color: #49AA36;
}
.TagClassName
{
border-color: #49AA36;
}
</style>