Shades of Fruit Salad #499447
Tints of Fruit Salad #499447
RGB
CMYK
RGB Variations
Color information
#499447 (or 0x499447) is known color: Fruit Salad. HEX triplet: 49, 94 and 47. RGB value is (73,148,71). Sum of RGB (Red+Green+Blue) = 73+148+71=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #499447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499447 is #B66BB8. Grayscale: #757575. Windows color (decimal): -11955129 or 4691017. OLE color: 4691017.
HSL color Cylindrical-coordinate representation of color #499447: hue angle of 118.44º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499447 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 71 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.42 |
| HSL | 118.44º | 0.35% | 0.43% | - |
| HSV(B) | 118.44º | 0.52% | 0.58% | - |
| XYZ | 14.47 | 23.05 | 9.65 | - |
| YUV | 116.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 71 | 0.51 | 0 | 0.52 | 0.42 | 118.44 | 0.35 | 0.43 |
| Hex | 49 | 94 | 47 | 33 | 0 | 34 | 2A | 76 | 23 | 2B |
| Octal | 111 | 224 | 107 | 63 | 0 | 64 | 52 | 166 | 43 | 53 |
| Binary | 1001001 | 10010100 | 1000111 | 110011 | 0 | 110100 | 101010 | 1110110 | 100011 | 101011 |
Color Harmonies of #499447
Complementary color
Monochromatic Colors of #499447
Black with #499447
Text Example
Text Example
White with #499447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499447; }
p { color: rgb(73,148,71); }
H1.HeaderClassName
{
color: #499447;
}
.AnyTagClassName
{
color: #499447;
}
</style>
background-color css
<style>
a { background-color: #499447; }
a { background-color: rgb(73,148,71); }
div.DivClassName
{
background-color: #499447;
}
.BgClassName
{
background-color: #499447;
}
</style>
border-color css
<style>
span { border-color: #499447; }
span { border-color: rgb(73,148,71); }
td.TdClassName
{
border-color: #499447;
}
.TagClassName
{
border-color: #499447;
}
</style>