Shades of Fruit Salad #49A04B
Tints of Fruit Salad #49A04B
RGB
CMYK
RGB Variations
Color information
#49A04B (or 0x49A04B) is known color: Fruit Salad. HEX triplet: 49, A0 and 4B. RGB value is (73,160,75). Sum of RGB (Red+Green+Blue) = 73+160+75=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #49A04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A04B is #B65FB4. Grayscale: #7C7C7C. Windows color (decimal): -11952053 or 4956233. OLE color: 4956233.
HSL color Cylindrical-coordinate representation of color #49A04B: hue angle of 121.38º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A04B is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 75 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.37 |
| HSL | 121.38º | 0.37% | 0.46% | - |
| HSV(B) | 121.38º | 0.54% | 0.63% | - |
| XYZ | 16.59 | 27.07 | 11.01 | - |
| YUV | 124.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 75 | 0.54 | 0 | 0.53 | 0.37 | 121.38 | 0.37 | 0.46 |
| Hex | 49 | A0 | 4B | 36 | 0 | 35 | 25 | 79 | 25 | 2E |
| Octal | 111 | 240 | 113 | 66 | 0 | 65 | 45 | 171 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1001011 | 110110 | 0 | 110101 | 100101 | 1111001 | 100101 | 101110 |
Color Harmonies of #49A04B
Complementary color
Monochromatic Colors of #49A04B
Black with #49A04B
Text Example
Text Example
White with #49A04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A04B; }
p { color: rgb(73,160,75); }
H1.HeaderClassName
{
color: #49A04B;
}
.AnyTagClassName
{
color: #49A04B;
}
</style>
background-color css
<style>
a { background-color: #49A04B; }
a { background-color: rgb(73,160,75); }
div.DivClassName
{
background-color: #49A04B;
}
.BgClassName
{
background-color: #49A04B;
}
</style>
border-color css
<style>
span { border-color: #49A04B; }
span { border-color: rgb(73,160,75); }
td.TdClassName
{
border-color: #49A04B;
}
.TagClassName
{
border-color: #49A04B;
}
</style>