Shades of Fruit Salad #49A836
Tints of Fruit Salad #49A836
RGB
CMYK
RGB Variations
Color information
#49A836 (or 0x49A836) is known color: Fruit Salad. HEX triplet: 49, A8 and 36. RGB value is (73,168,54). Sum of RGB (Red+Green+Blue) = 73+168+54=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #49A836 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A836 is #B657C9. Grayscale: #7E7E7E. Windows color (decimal): -11950026 or 3582025. OLE color: 3582025.
HSL color Cylindrical-coordinate representation of color #49A836: hue angle of 110º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A836 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 54 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.34 |
| HSL | 110º | 0.51% | 0.44% | - |
| HSV(B) | 110º | 0.68% | 0.66% | - |
| XYZ | 17.42 | 29.69 | 8.3 | - |
| YUV | 126.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 54 | 0.57 | 0 | 0.68 | 0.34 | 110 | 0.51 | 0.44 |
| Hex | 49 | A8 | 36 | 39 | 0 | 44 | 22 | 6E | 33 | 2C |
| Octal | 111 | 250 | 66 | 71 | 0 | 104 | 42 | 156 | 63 | 54 |
| Binary | 1001001 | 10101000 | 110110 | 111001 | 0 | 1000100 | 100010 | 1101110 | 110011 | 101100 |
Color Harmonies of #49A836
Complementary color
Monochromatic Colors of #49A836
Black with #49A836
Text Example
Text Example
White with #49A836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A836; }
p { color: rgb(73,168,54); }
H1.HeaderClassName
{
color: #49A836;
}
.AnyTagClassName
{
color: #49A836;
}
</style>
background-color css
<style>
a { background-color: #49A836; }
a { background-color: rgb(73,168,54); }
div.DivClassName
{
background-color: #49A836;
}
.BgClassName
{
background-color: #49A836;
}
</style>
border-color css
<style>
span { border-color: #49A836; }
span { border-color: rgb(73,168,54); }
td.TdClassName
{
border-color: #49A836;
}
.TagClassName
{
border-color: #49A836;
}
</style>