Shades of Fruit Salad #49A14A
Tints of Fruit Salad #49A14A
RGB
CMYK
RGB Variations
Color information
#49A14A (or 0x49A14A) is known color: Fruit Salad. HEX triplet: 49, A1 and 4A. RGB value is (73,161,74). Sum of RGB (Red+Green+Blue) = 73+161+74=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #49A14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A14A is #B65EB5. Grayscale: #7D7D7D. Windows color (decimal): -11951798 or 4890953. OLE color: 4890953.
HSL color Cylindrical-coordinate representation of color #49A14A: hue angle of 120.68º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A14A is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 74 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.37 |
| HSL | 120.68º | 0.38% | 0.46% | - |
| HSV(B) | 120.68º | 0.55% | 0.63% | - |
| XYZ | 16.73 | 27.4 | 10.89 | - |
| YUV | 124.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 74 | 0.55 | 0 | 0.54 | 0.37 | 120.68 | 0.38 | 0.46 |
| Hex | 49 | A1 | 4A | 37 | 0 | 36 | 25 | 79 | 26 | 2E |
| Octal | 111 | 241 | 112 | 67 | 0 | 66 | 45 | 171 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1001010 | 110111 | 0 | 110110 | 100101 | 1111001 | 100110 | 101110 |
Color Harmonies of #49A14A
Complementary color
Monochromatic Colors of #49A14A
Black with #49A14A
Text Example
Text Example
White with #49A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A14A; }
p { color: rgb(73,161,74); }
H1.HeaderClassName
{
color: #49A14A;
}
.AnyTagClassName
{
color: #49A14A;
}
</style>
background-color css
<style>
a { background-color: #49A14A; }
a { background-color: rgb(73,161,74); }
div.DivClassName
{
background-color: #49A14A;
}
.BgClassName
{
background-color: #49A14A;
}
</style>
border-color css
<style>
span { border-color: #49A14A; }
span { border-color: rgb(73,161,74); }
td.TdClassName
{
border-color: #49A14A;
}
.TagClassName
{
border-color: #49A14A;
}
</style>