Shades of Fruit Salad #49B340
Tints of Fruit Salad #49B340
RGB
CMYK
RGB Variations
Color information
#49B340 (or 0x49B340) is known color: Fruit Salad. HEX triplet: 49, B3 and 40. RGB value is (73,179,64). Sum of RGB (Red+Green+Blue) = 73+179+64=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #49B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B340 is #B64CBF. Grayscale: #868686. Windows color (decimal): -11947200 or 4240201. OLE color: 4240201.
HSL color Cylindrical-coordinate representation of color #49B340: hue angle of 115.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B340 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 64 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.30 |
| HSL | 115.3º | 0.47% | 0.48% | - |
| HSV(B) | 115.3º | 0.64% | 0.7% | - |
| XYZ | 19.79 | 34.03 | 10.38 | - |
| YUV | 134.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 64 | 0.59 | 0 | 0.64 | 0.30 | 115.3 | 0.47 | 0.48 |
| Hex | 49 | B3 | 40 | 3B | 0 | 40 | 1E | 73 | 2F | 30 |
| Octal | 111 | 263 | 100 | 73 | 0 | 100 | 36 | 163 | 57 | 60 |
| Binary | 1001001 | 10110011 | 1000000 | 111011 | 0 | 1000000 | 11110 | 1110011 | 101111 | 110000 |
Color Harmonies of #49B340
Complementary color
Monochromatic Colors of #49B340
Black with #49B340
Text Example
Text Example
White with #49B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B340; }
p { color: rgb(73,179,64); }
H1.HeaderClassName
{
color: #49B340;
}
.AnyTagClassName
{
color: #49B340;
}
</style>
background-color css
<style>
a { background-color: #49B340; }
a { background-color: rgb(73,179,64); }
div.DivClassName
{
background-color: #49B340;
}
.BgClassName
{
background-color: #49B340;
}
</style>
border-color css
<style>
span { border-color: #49B340; }
span { border-color: rgb(73,179,64); }
td.TdClassName
{
border-color: #49B340;
}
.TagClassName
{
border-color: #49B340;
}
</style>