Shades of Fruit Salad #49AB54
Tints of Fruit Salad #49AB54
RGB
CMYK
RGB Variations
Color information
#49AB54 (or 0x49AB54) is known color: Fruit Salad. HEX triplet: 49, AB and 54. RGB value is (73,171,84). Sum of RGB (Red+Green+Blue) = 73+171+84=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AB54 is #B654AB. Grayscale: #848484. Windows color (decimal): -11949228 or 5548873. OLE color: 5548873.
HSL color Cylindrical-coordinate representation of color #49AB54: hue angle of 126.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB54 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 84 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.33 |
| HSL | 126.73º | 0.4% | 0.48% | - |
| HSV(B) | 126.73º | 0.57% | 0.67% | - |
| XYZ | 18.91 | 31.18 | 13.41 | - |
| YUV | 131.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 84 | 0.57 | 0 | 0.51 | 0.33 | 126.73 | 0.4 | 0.48 |
| Hex | 49 | AB | 54 | 39 | 0 | 33 | 21 | 7F | 28 | 30 |
| Octal | 111 | 253 | 124 | 71 | 0 | 63 | 41 | 177 | 50 | 60 |
| Binary | 1001001 | 10101011 | 1010100 | 111001 | 0 | 110011 | 100001 | 1111111 | 101000 | 110000 |
Color Harmonies of #49AB54
Complementary color
Monochromatic Colors of #49AB54
Black with #49AB54
Text Example
Text Example
White with #49AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB54; }
p { color: rgb(73,171,84); }
H1.HeaderClassName
{
color: #49AB54;
}
.AnyTagClassName
{
color: #49AB54;
}
</style>
background-color css
<style>
a { background-color: #49AB54; }
a { background-color: rgb(73,171,84); }
div.DivClassName
{
background-color: #49AB54;
}
.BgClassName
{
background-color: #49AB54;
}
</style>
border-color css
<style>
span { border-color: #49AB54; }
span { border-color: rgb(73,171,84); }
td.TdClassName
{
border-color: #49AB54;
}
.TagClassName
{
border-color: #49AB54;
}
</style>