Shades of Fruit Salad #49B33C
Tints of Fruit Salad #49B33C
RGB
CMYK
RGB Variations
Color information
#49B33C (or 0x49B33C) is known color: Fruit Salad. HEX triplet: 49, B3 and 3C. RGB value is (73,179,60). Sum of RGB (Red+Green+Blue) = 73+179+60=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #49B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B33C is #B64CC3. Grayscale: #868686. Windows color (decimal): -11947204 or 3978057. OLE color: 3978057.
HSL color Cylindrical-coordinate representation of color #49B33C: hue angle of 113.45º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49B33C is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 60 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.30 |
| HSL | 113.45º | 0.5% | 0.47% | - |
| HSV(B) | 113.45º | 0.66% | 0.7% | - |
| XYZ | 19.68 | 33.98 | 9.8 | - |
| YUV | 133.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 60 | 0.59 | 0 | 0.66 | 0.30 | 113.45 | 0.5 | 0.47 |
| Hex | 49 | B3 | 3C | 3B | 0 | 42 | 1E | 71 | 32 | 2F |
| Octal | 111 | 263 | 74 | 73 | 0 | 102 | 36 | 161 | 62 | 57 |
| Binary | 1001001 | 10110011 | 111100 | 111011 | 0 | 1000010 | 11110 | 1110001 | 110010 | 101111 |
Color Harmonies of #49B33C
Complementary color
Monochromatic Colors of #49B33C
Black with #49B33C
Text Example
Text Example
White with #49B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B33C; }
p { color: rgb(73,179,60); }
H1.HeaderClassName
{
color: #49B33C;
}
.AnyTagClassName
{
color: #49B33C;
}
</style>
background-color css
<style>
a { background-color: #49B33C; }
a { background-color: rgb(73,179,60); }
div.DivClassName
{
background-color: #49B33C;
}
.BgClassName
{
background-color: #49B33C;
}
</style>
border-color css
<style>
span { border-color: #49B33C; }
span { border-color: rgb(73,179,60); }
td.TdClassName
{
border-color: #49B33C;
}
.TagClassName
{
border-color: #49B33C;
}
</style>