Shades of Fruit Salad #49B744
Tints of Fruit Salad #49B744
RGB
CMYK
RGB Variations
Color information
#49B744 (or 0x49B744) is known color: Fruit Salad. HEX triplet: 49, B7 and 44. RGB value is (73,183,68). Sum of RGB (Red+Green+Blue) = 73+183+68=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #49B744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B744 is #B648BB. Grayscale: #898989. Windows color (decimal): -11946172 or 4503369. OLE color: 4503369.
HSL color Cylindrical-coordinate representation of color #49B744: hue angle of 117.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B744 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 68 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.28 |
| HSL | 117.39º | 0.46% | 0.49% | - |
| HSV(B) | 117.39º | 0.63% | 0.72% | - |
| XYZ | 20.72 | 35.7 | 11.27 | - |
| YUV | 137 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 68 | 0.60 | 0 | 0.63 | 0.28 | 117.39 | 0.46 | 0.49 |
| Hex | 49 | B7 | 44 | 3C | 0 | 3F | 1C | 75 | 2E | 31 |
| Octal | 111 | 267 | 104 | 74 | 0 | 77 | 34 | 165 | 56 | 61 |
| Binary | 1001001 | 10110111 | 1000100 | 111100 | 0 | 111111 | 11100 | 1110101 | 101110 | 110001 |
Color Harmonies of #49B744
Complementary color
Monochromatic Colors of #49B744
Black with #49B744
Text Example
Text Example
White with #49B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B744; }
p { color: rgb(73,183,68); }
H1.HeaderClassName
{
color: #49B744;
}
.AnyTagClassName
{
color: #49B744;
}
</style>
background-color css
<style>
a { background-color: #49B744; }
a { background-color: rgb(73,183,68); }
div.DivClassName
{
background-color: #49B744;
}
.BgClassName
{
background-color: #49B744;
}
</style>
border-color css
<style>
span { border-color: #49B744; }
span { border-color: rgb(73,183,68); }
td.TdClassName
{
border-color: #49B744;
}
.TagClassName
{
border-color: #49B744;
}
</style>