Shades of Fruit Salad #49944C
Tints of Fruit Salad #49944C
RGB
CMYK
RGB Variations
Color information
#49944C (or 0x49944C) is known color: Fruit Salad. HEX triplet: 49, 94 and 4C. RGB value is (73,148,76). Sum of RGB (Red+Green+Blue) = 73+148+76=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #49944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49944C is #B66BB3. Grayscale: #757575. Windows color (decimal): -11955124 or 5018697. OLE color: 5018697.
HSL color Cylindrical-coordinate representation of color #49944C: hue angle of 122.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49944C is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 76 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.42 |
| HSL | 122.4º | 0.34% | 0.43% | - |
| HSV(B) | 122.4º | 0.51% | 0.58% | - |
| XYZ | 14.64 | 23.12 | 10.53 | - |
| YUV | 117.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 76 | 0.51 | 0 | 0.49 | 0.42 | 122.4 | 0.34 | 0.43 |
| Hex | 49 | 94 | 4C | 33 | 0 | 31 | 2A | 7A | 22 | 2B |
| Octal | 111 | 224 | 114 | 63 | 0 | 61 | 52 | 172 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1001100 | 110011 | 0 | 110001 | 101010 | 1111010 | 100010 | 101011 |
Color Harmonies of #49944C
Complementary color
Monochromatic Colors of #49944C
Black with #49944C
Text Example
Text Example
White with #49944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49944C; }
p { color: rgb(73,148,76); }
H1.HeaderClassName
{
color: #49944C;
}
.AnyTagClassName
{
color: #49944C;
}
</style>
background-color css
<style>
a { background-color: #49944C; }
a { background-color: rgb(73,148,76); }
div.DivClassName
{
background-color: #49944C;
}
.BgClassName
{
background-color: #49944C;
}
</style>
border-color css
<style>
span { border-color: #49944C; }
span { border-color: rgb(73,148,76); }
td.TdClassName
{
border-color: #49944C;
}
.TagClassName
{
border-color: #49944C;
}
</style>