Shades of Fruit Salad #49B44A
Tints of Fruit Salad #49B44A
RGB
CMYK
RGB Variations
Color information
#49B44A (or 0x49B44A) is known color: Fruit Salad. HEX triplet: 49, B4 and 4A. RGB value is (73,180,74). Sum of RGB (Red+Green+Blue) = 73+180+74=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #49B44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B44A is #B64BB5. Grayscale: #888888. Windows color (decimal): -11946934 or 4895817. OLE color: 4895817.
HSL color Cylindrical-coordinate representation of color #49B44A: hue angle of 120.56º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B44A is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 74 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.29 |
| HSL | 120.56º | 0.42% | 0.5% | - |
| HSV(B) | 120.56º | 0.59% | 0.71% | - |
| XYZ | 20.3 | 34.55 | 12.08 | - |
| YUV | 135.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 74 | 0.59 | 0 | 0.59 | 0.29 | 120.56 | 0.42 | 0.5 |
| Hex | 49 | B4 | 4A | 3B | 0 | 3B | 1D | 79 | 2A | 32 |
| Octal | 111 | 264 | 112 | 73 | 0 | 73 | 35 | 171 | 52 | 62 |
| Binary | 1001001 | 10110100 | 1001010 | 111011 | 0 | 111011 | 11101 | 1111001 | 101010 | 110010 |
Color Harmonies of #49B44A
Complementary color
Monochromatic Colors of #49B44A
Black with #49B44A
Text Example
Text Example
White with #49B44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B44A; }
p { color: rgb(73,180,74); }
H1.HeaderClassName
{
color: #49B44A;
}
.AnyTagClassName
{
color: #49B44A;
}
</style>
background-color css
<style>
a { background-color: #49B44A; }
a { background-color: rgb(73,180,74); }
div.DivClassName
{
background-color: #49B44A;
}
.BgClassName
{
background-color: #49B44A;
}
</style>
border-color css
<style>
span { border-color: #49B44A; }
span { border-color: rgb(73,180,74); }
td.TdClassName
{
border-color: #49B44A;
}
.TagClassName
{
border-color: #49B44A;
}
</style>