Shades of Fruit Salad #498F47
Tints of Fruit Salad #498F47
RGB
CMYK
RGB Variations
Color information
#498F47 (or 0x498F47) is known color: Fruit Salad. HEX triplet: 49, 8F and 47. RGB value is (73,143,71). Sum of RGB (Red+Green+Blue) = 73+143+71=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #498F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498F47 is #B670B8. Grayscale: #727272. Windows color (decimal): -11956409 or 4689737. OLE color: 4689737.
HSL color Cylindrical-coordinate representation of color #498F47: hue angle of 118.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498F47 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 71 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.44 |
| HSL | 118.33º | 0.34% | 0.42% | - |
| HSV(B) | 118.33º | 0.5% | 0.56% | - |
| XYZ | 13.71 | 21.52 | 9.39 | - |
| YUV | 113.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 71 | 0.49 | 0 | 0.50 | 0.44 | 118.33 | 0.34 | 0.42 |
| Hex | 49 | 8F | 47 | 31 | 0 | 32 | 2C | 76 | 22 | 2A |
| Octal | 111 | 217 | 107 | 61 | 0 | 62 | 54 | 166 | 42 | 52 |
| Binary | 1001001 | 10001111 | 1000111 | 110001 | 0 | 110010 | 101100 | 1110110 | 100010 | 101010 |
Color Harmonies of #498F47
Complementary color
Monochromatic Colors of #498F47
Black with #498F47
Text Example
Text Example
White with #498F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F47; }
p { color: rgb(73,143,71); }
H1.HeaderClassName
{
color: #498F47;
}
.AnyTagClassName
{
color: #498F47;
}
</style>
background-color css
<style>
a { background-color: #498F47; }
a { background-color: rgb(73,143,71); }
div.DivClassName
{
background-color: #498F47;
}
.BgClassName
{
background-color: #498F47;
}
</style>
border-color css
<style>
span { border-color: #498F47; }
span { border-color: rgb(73,143,71); }
td.TdClassName
{
border-color: #498F47;
}
.TagClassName
{
border-color: #498F47;
}
</style>