Shades of Fruit Salad #49B33F
Tints of Fruit Salad #49B33F
RGB
CMYK
RGB Variations
Color information
#49B33F (or 0x49B33F) is known color: Fruit Salad. HEX triplet: 49, B3 and 3F. RGB value is (73,179,63). Sum of RGB (Red+Green+Blue) = 73+179+63=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #49B33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B33F is #B64CC0. Grayscale: #868686. Windows color (decimal): -11947201 or 4174665. OLE color: 4174665.
HSL color Cylindrical-coordinate representation of color #49B33F: hue angle of 114.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B33F is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 63 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.30 |
| HSL | 114.83º | 0.48% | 0.47% | - |
| HSV(B) | 114.83º | 0.65% | 0.7% | - |
| XYZ | 19.76 | 34.02 | 10.23 | - |
| YUV | 134.08 | 87.88 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 63 | 0.59 | 0 | 0.65 | 0.30 | 114.83 | 0.48 | 0.47 |
| Hex | 49 | B3 | 3F | 3B | 0 | 41 | 1E | 73 | 30 | 2F |
| Octal | 111 | 263 | 77 | 73 | 0 | 101 | 36 | 163 | 60 | 57 |
| Binary | 1001001 | 10110011 | 111111 | 111011 | 0 | 1000001 | 11110 | 1110011 | 110000 | 101111 |
Color Harmonies of #49B33F
Complementary color
Monochromatic Colors of #49B33F
Black with #49B33F
Text Example
Text Example
White with #49B33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B33F; }
p { color: rgb(73,179,63); }
H1.HeaderClassName
{
color: #49B33F;
}
.AnyTagClassName
{
color: #49B33F;
}
</style>
background-color css
<style>
a { background-color: #49B33F; }
a { background-color: rgb(73,179,63); }
div.DivClassName
{
background-color: #49B33F;
}
.BgClassName
{
background-color: #49B33F;
}
</style>
border-color css
<style>
span { border-color: #49B33F; }
span { border-color: rgb(73,179,63); }
td.TdClassName
{
border-color: #49B33F;
}
.TagClassName
{
border-color: #49B33F;
}
</style>