Shades of Fruit Salad #49934E
Tints of Fruit Salad #49934E
RGB
CMYK
RGB Variations
Color information
#49934E (or 0x49934E) is known color: Fruit Salad. HEX triplet: 49, 93 and 4E. RGB value is (73,147,78). Sum of RGB (Red+Green+Blue) = 73+147+78=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #49934E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49934E is #B66CB1. Grayscale: #757575. Windows color (decimal): -11955378 or 5149513. OLE color: 5149513.
HSL color Cylindrical-coordinate representation of color #49934E: hue angle of 124.05º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49934E is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 78 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.42 |
| HSL | 124.05º | 0.34% | 0.43% | - |
| HSV(B) | 124.05º | 0.5% | 0.58% | - |
| XYZ | 14.56 | 22.83 | 10.85 | - |
| YUV | 117.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 78 | 0.50 | 0 | 0.47 | 0.42 | 124.05 | 0.34 | 0.43 |
| Hex | 49 | 93 | 4E | 32 | 0 | 2F | 2A | 7C | 22 | 2B |
| Octal | 111 | 223 | 116 | 62 | 0 | 57 | 52 | 174 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1001110 | 110010 | 0 | 101111 | 101010 | 1111100 | 100010 | 101011 |
Color Harmonies of #49934E
Complementary color
Monochromatic Colors of #49934E
Black with #49934E
Text Example
Text Example
White with #49934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49934E; }
p { color: rgb(73,147,78); }
H1.HeaderClassName
{
color: #49934E;
}
.AnyTagClassName
{
color: #49934E;
}
</style>
background-color css
<style>
a { background-color: #49934E; }
a { background-color: rgb(73,147,78); }
div.DivClassName
{
background-color: #49934E;
}
.BgClassName
{
background-color: #49934E;
}
</style>
border-color css
<style>
span { border-color: #49934E; }
span { border-color: rgb(73,147,78); }
td.TdClassName
{
border-color: #49934E;
}
.TagClassName
{
border-color: #49934E;
}
</style>