Shades of Fruit Salad #49A445
Tints of Fruit Salad #49A445
RGB
CMYK
RGB Variations
Color information
#49A445 (or 0x49A445) is known color: Fruit Salad. HEX triplet: 49, A4 and 45. RGB value is (73,164,69). Sum of RGB (Red+Green+Blue) = 73+164+69=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #49A445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A445 is #B65BBA. Grayscale: #7E7E7E. Windows color (decimal): -11951035 or 4564041. OLE color: 4564041.
HSL color Cylindrical-coordinate representation of color #49A445: hue angle of 117.47º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A445 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 164 | 69 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.36 |
| HSL | 117.47º | 0.41% | 0.46% | - |
| HSV(B) | 117.47º | 0.58% | 0.64% | - |
| XYZ | 17.1 | 28.4 | 10.21 | - |
| YUV | 125.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 69 | 0.55 | 0 | 0.58 | 0.36 | 117.47 | 0.41 | 0.46 |
| Hex | 49 | A4 | 45 | 37 | 0 | 3A | 24 | 75 | 29 | 2E |
| Octal | 111 | 244 | 105 | 67 | 0 | 72 | 44 | 165 | 51 | 56 |
| Binary | 1001001 | 10100100 | 1000101 | 110111 | 0 | 111010 | 100100 | 1110101 | 101001 | 101110 |
Color Harmonies of #49A445
Complementary color
Monochromatic Colors of #49A445
Black with #49A445
Text Example
Text Example
White with #49A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A445; }
p { color: rgb(73,164,69); }
H1.HeaderClassName
{
color: #49A445;
}
.AnyTagClassName
{
color: #49A445;
}
</style>
background-color css
<style>
a { background-color: #49A445; }
a { background-color: rgb(73,164,69); }
div.DivClassName
{
background-color: #49A445;
}
.BgClassName
{
background-color: #49A445;
}
</style>
border-color css
<style>
span { border-color: #49A445; }
span { border-color: rgb(73,164,69); }
td.TdClassName
{
border-color: #49A445;
}
.TagClassName
{
border-color: #49A445;
}
</style>