Shades of Fruit Salad #49AD5B
Tints of Fruit Salad #49AD5B
RGB
CMYK
RGB Variations
Color information
#49AD5B (or 0x49AD5B) is known color: Fruit Salad. HEX triplet: 49, AD and 5B. RGB value is (73,173,91). Sum of RGB (Red+Green+Blue) = 73+173+91=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD5B is #B652A4. Grayscale: #858585. Windows color (decimal): -11948709 or 6008137. OLE color: 6008137.
HSL color Cylindrical-coordinate representation of color #49AD5B: hue angle of 130.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD5B is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 91 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.32 |
| HSL | 130.8º | 0.41% | 0.48% | - |
| HSV(B) | 130.8º | 0.58% | 0.68% | - |
| XYZ | 19.58 | 32.06 | 15.05 | - |
| YUV | 133.75 | 103.87 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 91 | 0.58 | 0 | 0.47 | 0.32 | 130.8 | 0.41 | 0.48 |
| Hex | 49 | AD | 5B | 3A | 0 | 2F | 20 | 83 | 29 | 30 |
| Octal | 111 | 255 | 133 | 72 | 0 | 57 | 40 | 203 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1011011 | 111010 | 0 | 101111 | 100000 | 10000011 | 101001 | 110000 |
Color Harmonies of #49AD5B
Complementary color
Monochromatic Colors of #49AD5B
Black with #49AD5B
Text Example
Text Example
White with #49AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD5B; }
p { color: rgb(73,173,91); }
H1.HeaderClassName
{
color: #49AD5B;
}
.AnyTagClassName
{
color: #49AD5B;
}
</style>
background-color css
<style>
a { background-color: #49AD5B; }
a { background-color: rgb(73,173,91); }
div.DivClassName
{
background-color: #49AD5B;
}
.BgClassName
{
background-color: #49AD5B;
}
</style>
border-color css
<style>
span { border-color: #49AD5B; }
span { border-color: rgb(73,173,91); }
td.TdClassName
{
border-color: #49AD5B;
}
.TagClassName
{
border-color: #49AD5B;
}
</style>