Shades of Fruit Salad #49A343
Tints of Fruit Salad #49A343
RGB
CMYK
RGB Variations
Color information
#49A343 (or 0x49A343) is known color: Fruit Salad. HEX triplet: 49, A3 and 43. RGB value is (73,163,67). Sum of RGB (Red+Green+Blue) = 73+163+67=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #49A343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A343 is #B65CBC. Grayscale: #7D7D7D. Windows color (decimal): -11951293 or 4432713. OLE color: 4432713.
HSL color Cylindrical-coordinate representation of color #49A343: hue angle of 116.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A343 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 67 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.36 |
| HSL | 116.25º | 0.42% | 0.45% | - |
| HSV(B) | 116.25º | 0.59% | 0.64% | - |
| XYZ | 16.86 | 28.02 | 9.83 | - |
| YUV | 125.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 67 | 0.55 | 0 | 0.59 | 0.36 | 116.25 | 0.42 | 0.45 |
| Hex | 49 | A3 | 43 | 37 | 0 | 3B | 24 | 74 | 2A | 2D |
| Octal | 111 | 243 | 103 | 67 | 0 | 73 | 44 | 164 | 52 | 55 |
| Binary | 1001001 | 10100011 | 1000011 | 110111 | 0 | 111011 | 100100 | 1110100 | 101010 | 101101 |
Color Harmonies of #49A343
Complementary color
Monochromatic Colors of #49A343
Black with #49A343
Text Example
Text Example
White with #49A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A343; }
p { color: rgb(73,163,67); }
H1.HeaderClassName
{
color: #49A343;
}
.AnyTagClassName
{
color: #49A343;
}
</style>
background-color css
<style>
a { background-color: #49A343; }
a { background-color: rgb(73,163,67); }
div.DivClassName
{
background-color: #49A343;
}
.BgClassName
{
background-color: #49A343;
}
</style>
border-color css
<style>
span { border-color: #49A343; }
span { border-color: rgb(73,163,67); }
td.TdClassName
{
border-color: #49A343;
}
.TagClassName
{
border-color: #49A343;
}
</style>