Shades of Fruit Salad #49B43F
Tints of Fruit Salad #49B43F
RGB
CMYK
RGB Variations
Color information
#49B43F (or 0x49B43F) is known color: Fruit Salad. HEX triplet: 49, B4 and 3F. RGB value is (73,180,63). Sum of RGB (Red+Green+Blue) = 73+180+63=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #49B43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B43F is #B64BC0. Grayscale: #878787. Windows color (decimal): -11946945 or 4174921. OLE color: 4174921.
HSL color Cylindrical-coordinate representation of color #49B43F: hue angle of 114.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49B43F is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 63 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.29 |
| HSL | 114.87º | 0.48% | 0.48% | - |
| HSV(B) | 114.87º | 0.65% | 0.71% | - |
| XYZ | 19.97 | 34.42 | 10.29 | - |
| YUV | 134.67 | 87.55 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 63 | 0.59 | 0 | 0.65 | 0.29 | 114.87 | 0.48 | 0.48 |
| Hex | 49 | B4 | 3F | 3B | 0 | 41 | 1D | 73 | 30 | 30 |
| Octal | 111 | 264 | 77 | 73 | 0 | 101 | 35 | 163 | 60 | 60 |
| Binary | 1001001 | 10110100 | 111111 | 111011 | 0 | 1000001 | 11101 | 1110011 | 110000 | 110000 |
Color Harmonies of #49B43F
Complementary color
Monochromatic Colors of #49B43F
Black with #49B43F
Text Example
Text Example
White with #49B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B43F; }
p { color: rgb(73,180,63); }
H1.HeaderClassName
{
color: #49B43F;
}
.AnyTagClassName
{
color: #49B43F;
}
</style>
background-color css
<style>
a { background-color: #49B43F; }
a { background-color: rgb(73,180,63); }
div.DivClassName
{
background-color: #49B43F;
}
.BgClassName
{
background-color: #49B43F;
}
</style>
border-color css
<style>
span { border-color: #49B43F; }
span { border-color: rgb(73,180,63); }
td.TdClassName
{
border-color: #49B43F;
}
.TagClassName
{
border-color: #49B43F;
}
</style>