Shades of Fruit Salad #49974C
Tints of Fruit Salad #49974C
RGB
CMYK
RGB Variations
Color information
#49974C (or 0x49974C) is known color: Fruit Salad. HEX triplet: 49, 97 and 4C. RGB value is (73,151,76). Sum of RGB (Red+Green+Blue) = 73+151+76=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #49974C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49974C is #B668B3. Grayscale: #777777. Windows color (decimal): -11954356 or 5019465. OLE color: 5019465.
HSL color Cylindrical-coordinate representation of color #49974C: hue angle of 122.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49974C is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 76 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.41 |
| HSL | 122.31º | 0.35% | 0.44% | - |
| HSV(B) | 122.31º | 0.52% | 0.59% | - |
| XYZ | 15.12 | 24.07 | 10.69 | - |
| YUV | 119.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 76 | 0.52 | 0 | 0.50 | 0.41 | 122.31 | 0.35 | 0.44 |
| Hex | 49 | 97 | 4C | 34 | 0 | 32 | 29 | 7A | 23 | 2C |
| Octal | 111 | 227 | 114 | 64 | 0 | 62 | 51 | 172 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1001100 | 110100 | 0 | 110010 | 101001 | 1111010 | 100011 | 101100 |
Color Harmonies of #49974C
Complementary color
Monochromatic Colors of #49974C
Black with #49974C
Text Example
Text Example
White with #49974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49974C; }
p { color: rgb(73,151,76); }
H1.HeaderClassName
{
color: #49974C;
}
.AnyTagClassName
{
color: #49974C;
}
</style>
background-color css
<style>
a { background-color: #49974C; }
a { background-color: rgb(73,151,76); }
div.DivClassName
{
background-color: #49974C;
}
.BgClassName
{
background-color: #49974C;
}
</style>
border-color css
<style>
span { border-color: #49974C; }
span { border-color: rgb(73,151,76); }
td.TdClassName
{
border-color: #49974C;
}
.TagClassName
{
border-color: #49974C;
}
</style>