Shades of Fruit Salad #49AB36
Tints of Fruit Salad #49AB36
RGB
CMYK
RGB Variations
Color information
#49AB36 (or 0x49AB36) is known color: Fruit Salad. HEX triplet: 49, AB and 36. RGB value is (73,171,54). Sum of RGB (Red+Green+Blue) = 73+171+54=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB36 is #B654C9. Grayscale: #808080. Windows color (decimal): -11949258 or 3582793. OLE color: 3582793.
HSL color Cylindrical-coordinate representation of color #49AB36: hue angle of 110.26º 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 #49AB36 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 54 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.33 |
| HSL | 110.26º | 0.52% | 0.44% | - |
| HSV(B) | 110.26º | 0.68% | 0.67% | - |
| XYZ | 17.98 | 30.81 | 8.49 | - |
| YUV | 128.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 54 | 0.57 | 0 | 0.68 | 0.33 | 110.26 | 0.52 | 0.44 |
| Hex | 49 | AB | 36 | 39 | 0 | 44 | 21 | 6E | 34 | 2C |
| Octal | 111 | 253 | 66 | 71 | 0 | 104 | 41 | 156 | 64 | 54 |
| Binary | 1001001 | 10101011 | 110110 | 111001 | 0 | 1000100 | 100001 | 1101110 | 110100 | 101100 |
Color Harmonies of #49AB36
Complementary color
Monochromatic Colors of #49AB36
Black with #49AB36
Text Example
Text Example
White with #49AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB36; }
p { color: rgb(73,171,54); }
H1.HeaderClassName
{
color: #49AB36;
}
.AnyTagClassName
{
color: #49AB36;
}
</style>
background-color css
<style>
a { background-color: #49AB36; }
a { background-color: rgb(73,171,54); }
div.DivClassName
{
background-color: #49AB36;
}
.BgClassName
{
background-color: #49AB36;
}
</style>
border-color css
<style>
span { border-color: #49AB36; }
span { border-color: rgb(73,171,54); }
td.TdClassName
{
border-color: #49AB36;
}
.TagClassName
{
border-color: #49AB36;
}
</style>