Shades of Fruit Salad #49A143
Tints of Fruit Salad #49A143
RGB
CMYK
RGB Variations
Color information
#49A143 (or 0x49A143) is known color: Fruit Salad. HEX triplet: 49, A1 and 43. RGB value is (73,161,67). Sum of RGB (Red+Green+Blue) = 73+161+67=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #49A143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A143 is #B65EBC. Grayscale: #7C7C7C. Windows color (decimal): -11951805 or 4432201. OLE color: 4432201.
HSL color Cylindrical-coordinate representation of color #49A143: hue angle of 116.17º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A143 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 67 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.37 |
| HSL | 116.17º | 0.41% | 0.45% | - |
| HSV(B) | 116.17º | 0.58% | 0.63% | - |
| XYZ | 16.51 | 27.31 | 9.71 | - |
| YUV | 123.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 67 | 0.55 | 0 | 0.58 | 0.37 | 116.17 | 0.41 | 0.45 |
| Hex | 49 | A1 | 43 | 37 | 0 | 3A | 25 | 74 | 29 | 2D |
| Octal | 111 | 241 | 103 | 67 | 0 | 72 | 45 | 164 | 51 | 55 |
| Binary | 1001001 | 10100001 | 1000011 | 110111 | 0 | 111010 | 100101 | 1110100 | 101001 | 101101 |
Color Harmonies of #49A143
Complementary color
Monochromatic Colors of #49A143
Black with #49A143
Text Example
Text Example
White with #49A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A143; }
p { color: rgb(73,161,67); }
H1.HeaderClassName
{
color: #49A143;
}
.AnyTagClassName
{
color: #49A143;
}
</style>
background-color css
<style>
a { background-color: #49A143; }
a { background-color: rgb(73,161,67); }
div.DivClassName
{
background-color: #49A143;
}
.BgClassName
{
background-color: #49A143;
}
</style>
border-color css
<style>
span { border-color: #49A143; }
span { border-color: rgb(73,161,67); }
td.TdClassName
{
border-color: #49A143;
}
.TagClassName
{
border-color: #49A143;
}
</style>