Shades of Fruit Salad #49B344
Tints of Fruit Salad #49B344
RGB
CMYK
RGB Variations
Color information
#49B344 (or 0x49B344) is known color: Fruit Salad. HEX triplet: 49, B3 and 44. RGB value is (73,179,68). Sum of RGB (Red+Green+Blue) = 73+179+68=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #49B344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B344 is #B64CBB. Grayscale: #868686. Windows color (decimal): -11947196 or 4502345. OLE color: 4502345.
HSL color Cylindrical-coordinate representation of color #49B344: hue angle of 117.3º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B344 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 68 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.30 |
| HSL | 117.3º | 0.45% | 0.48% | - |
| HSV(B) | 117.3º | 0.62% | 0.7% | - |
| XYZ | 19.91 | 34.07 | 11 | - |
| YUV | 134.65 | 90.38 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 68 | 0.59 | 0 | 0.62 | 0.30 | 117.3 | 0.45 | 0.48 |
| Hex | 49 | B3 | 44 | 3B | 0 | 3E | 1E | 75 | 2D | 30 |
| Octal | 111 | 263 | 104 | 73 | 0 | 76 | 36 | 165 | 55 | 60 |
| Binary | 1001001 | 10110011 | 1000100 | 111011 | 0 | 111110 | 11110 | 1110101 | 101101 | 110000 |
Color Harmonies of #49B344
Complementary color
Monochromatic Colors of #49B344
Black with #49B344
Text Example
Text Example
White with #49B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B344; }
p { color: rgb(73,179,68); }
H1.HeaderClassName
{
color: #49B344;
}
.AnyTagClassName
{
color: #49B344;
}
</style>
background-color css
<style>
a { background-color: #49B344; }
a { background-color: rgb(73,179,68); }
div.DivClassName
{
background-color: #49B344;
}
.BgClassName
{
background-color: #49B344;
}
</style>
border-color css
<style>
span { border-color: #49B344; }
span { border-color: rgb(73,179,68); }
td.TdClassName
{
border-color: #49B344;
}
.TagClassName
{
border-color: #49B344;
}
</style>