Shades of Fruit Salad #49944F
Tints of Fruit Salad #49944F
RGB
CMYK
RGB Variations
Color information
#49944F (or 0x49944F) is known color: Fruit Salad. HEX triplet: 49, 94 and 4F. RGB value is (73,148,79). Sum of RGB (Red+Green+Blue) = 73+148+79=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #49944F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49944F is #B66BB0. Grayscale: #757575. Windows color (decimal): -11955121 or 5215305. OLE color: 5215305.
HSL color Cylindrical-coordinate representation of color #49944F: hue angle of 124.8º 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 #49944F is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 79 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.42 |
| HSL | 124.8º | 0.34% | 0.43% | - |
| HSV(B) | 124.8º | 0.51% | 0.58% | - |
| XYZ | 14.75 | 23.16 | 11.09 | - |
| YUV | 117.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 79 | 0.51 | 0 | 0.47 | 0.42 | 124.8 | 0.34 | 0.43 |
| Hex | 49 | 94 | 4F | 33 | 0 | 2F | 2A | 7D | 22 | 2B |
| Octal | 111 | 224 | 117 | 63 | 0 | 57 | 52 | 175 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1001111 | 110011 | 0 | 101111 | 101010 | 1111101 | 100010 | 101011 |
Color Harmonies of #49944F
Complementary color
Monochromatic Colors of #49944F
Black with #49944F
Text Example
Text Example
White with #49944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49944F; }
p { color: rgb(73,148,79); }
H1.HeaderClassName
{
color: #49944F;
}
.AnyTagClassName
{
color: #49944F;
}
</style>
background-color css
<style>
a { background-color: #49944F; }
a { background-color: rgb(73,148,79); }
div.DivClassName
{
background-color: #49944F;
}
.BgClassName
{
background-color: #49944F;
}
</style>
border-color css
<style>
span { border-color: #49944F; }
span { border-color: rgb(73,148,79); }
td.TdClassName
{
border-color: #49944F;
}
.TagClassName
{
border-color: #49944F;
}
</style>