Shades of Fruit Salad #49AD49
Tints of Fruit Salad #49AD49
RGB
CMYK
RGB Variations
Color information
#49AD49 (or 0x49AD49) is known color: Fruit Salad. HEX triplet: 49, AD and 49. RGB value is (73,173,73). Sum of RGB (Red+Green+Blue) = 73+173+73=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD49 is #B652B6. Grayscale: #848484. Windows color (decimal): -11948727 or 4828489. OLE color: 4828489.
HSL color Cylindrical-coordinate representation of color #49AD49: hue angle of 120º 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 #49AD49 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 73 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.32 |
| HSL | 120º | 0.41% | 0.48% | - |
| HSV(B) | 120º | 0.58% | 0.68% | - |
| XYZ | 18.89 | 31.78 | 11.44 | - |
| YUV | 131.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 73 | 0.58 | 0 | 0.58 | 0.32 | 120 | 0.41 | 0.48 |
| Hex | 49 | AD | 49 | 3A | 0 | 3A | 20 | 78 | 29 | 30 |
| Octal | 111 | 255 | 111 | 72 | 0 | 72 | 40 | 170 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1001001 | 111010 | 0 | 111010 | 100000 | 1111000 | 101001 | 110000 |
Color Harmonies of #49AD49
Complementary color
Monochromatic Colors of #49AD49
Black with #49AD49
Text Example
Text Example
White with #49AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD49; }
p { color: rgb(73,173,73); }
H1.HeaderClassName
{
color: #49AD49;
}
.AnyTagClassName
{
color: #49AD49;
}
</style>
background-color css
<style>
a { background-color: #49AD49; }
a { background-color: rgb(73,173,73); }
div.DivClassName
{
background-color: #49AD49;
}
.BgClassName
{
background-color: #49AD49;
}
</style>
border-color css
<style>
span { border-color: #49AD49; }
span { border-color: rgb(73,173,73); }
td.TdClassName
{
border-color: #49AD49;
}
.TagClassName
{
border-color: #49AD49;
}
</style>