Shades of Fruit Salad #49A736
Tints of Fruit Salad #49A736
RGB
CMYK
RGB Variations
Color information
#49A736 (or 0x49A736) is known color: Fruit Salad. HEX triplet: 49, A7 and 36. RGB value is (73,167,54). Sum of RGB (Red+Green+Blue) = 73+167+54=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #49A736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A736 is #B658C9. Grayscale: #7E7E7E. Windows color (decimal): -11950282 or 3581769. OLE color: 3581769.
HSL color Cylindrical-coordinate representation of color #49A736: hue angle of 109.91º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A736 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 54 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.35 |
| HSL | 109.91º | 0.51% | 0.43% | - |
| HSV(B) | 109.91º | 0.68% | 0.65% | - |
| XYZ | 17.23 | 29.32 | 8.24 | - |
| YUV | 126.01 | 87.36 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 54 | 0.56 | 0 | 0.68 | 0.35 | 109.91 | 0.51 | 0.43 |
| Hex | 49 | A7 | 36 | 38 | 0 | 44 | 23 | 6E | 33 | 2B |
| Octal | 111 | 247 | 66 | 70 | 0 | 104 | 43 | 156 | 63 | 53 |
| Binary | 1001001 | 10100111 | 110110 | 111000 | 0 | 1000100 | 100011 | 1101110 | 110011 | 101011 |
Color Harmonies of #49A736
Complementary color
Monochromatic Colors of #49A736
Black with #49A736
Text Example
Text Example
White with #49A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A736; }
p { color: rgb(73,167,54); }
H1.HeaderClassName
{
color: #49A736;
}
.AnyTagClassName
{
color: #49A736;
}
</style>
background-color css
<style>
a { background-color: #49A736; }
a { background-color: rgb(73,167,54); }
div.DivClassName
{
background-color: #49A736;
}
.BgClassName
{
background-color: #49A736;
}
</style>
border-color css
<style>
span { border-color: #49A736; }
span { border-color: rgb(73,167,54); }
td.TdClassName
{
border-color: #49A736;
}
.TagClassName
{
border-color: #49A736;
}
</style>