Shades of Fruit Salad #49A352
Tints of Fruit Salad #49A352
RGB
CMYK
RGB Variations
Color information
#49A352 (or 0x49A352) is known color: Fruit Salad. HEX triplet: 49, A3 and 52. RGB value is (73,163,82). Sum of RGB (Red+Green+Blue) = 73+163+82=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #49A352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A352 is #B65CAD. Grayscale: #7F7F7F. Windows color (decimal): -11951278 or 5415753. OLE color: 5415753.
HSL color Cylindrical-coordinate representation of color #49A352: hue angle of 126º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A352 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 82 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.36 |
| HSL | 126º | 0.38% | 0.46% | - |
| HSV(B) | 126º | 0.55% | 0.64% | - |
| XYZ | 17.37 | 28.22 | 12.51 | - |
| YUV | 126.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 82 | 0.55 | 0 | 0.50 | 0.36 | 126 | 0.38 | 0.46 |
| Hex | 49 | A3 | 52 | 37 | 0 | 32 | 24 | 7E | 26 | 2E |
| Octal | 111 | 243 | 122 | 67 | 0 | 62 | 44 | 176 | 46 | 56 |
| Binary | 1001001 | 10100011 | 1010010 | 110111 | 0 | 110010 | 100100 | 1111110 | 100110 | 101110 |
Color Harmonies of #49A352
Complementary color
Monochromatic Colors of #49A352
Black with #49A352
Text Example
Text Example
White with #49A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A352; }
p { color: rgb(73,163,82); }
H1.HeaderClassName
{
color: #49A352;
}
.AnyTagClassName
{
color: #49A352;
}
</style>
background-color css
<style>
a { background-color: #49A352; }
a { background-color: rgb(73,163,82); }
div.DivClassName
{
background-color: #49A352;
}
.BgClassName
{
background-color: #49A352;
}
</style>
border-color css
<style>
span { border-color: #49A352; }
span { border-color: rgb(73,163,82); }
td.TdClassName
{
border-color: #49A352;
}
.TagClassName
{
border-color: #49A352;
}
</style>