Shades of Fruit Salad #498F46
Tints of Fruit Salad #498F46
RGB
CMYK
RGB Variations
Color information
#498F46 (or 0x498F46) is known color: Fruit Salad. HEX triplet: 49, 8F and 46. RGB value is (73,143,70). Sum of RGB (Red+Green+Blue) = 73+143+70=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #498F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498F46 is #B670B9. Grayscale: #717171. Windows color (decimal): -11956410 or 4624201. OLE color: 4624201.
HSL color Cylindrical-coordinate representation of color #498F46: hue angle of 117.53º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498F46 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 70 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.44 |
| HSL | 117.53º | 0.34% | 0.42% | - |
| HSV(B) | 117.53º | 0.51% | 0.56% | - |
| XYZ | 13.68 | 21.5 | 9.22 | - |
| YUV | 113.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 70 | 0.49 | 0 | 0.51 | 0.44 | 117.53 | 0.34 | 0.42 |
| Hex | 49 | 8F | 46 | 31 | 0 | 33 | 2C | 76 | 22 | 2A |
| Octal | 111 | 217 | 106 | 61 | 0 | 63 | 54 | 166 | 42 | 52 |
| Binary | 1001001 | 10001111 | 1000110 | 110001 | 0 | 110011 | 101100 | 1110110 | 100010 | 101010 |
Color Harmonies of #498F46
Complementary color
Monochromatic Colors of #498F46
Black with #498F46
Text Example
Text Example
White with #498F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F46; }
p { color: rgb(73,143,70); }
H1.HeaderClassName
{
color: #498F46;
}
.AnyTagClassName
{
color: #498F46;
}
</style>
background-color css
<style>
a { background-color: #498F46; }
a { background-color: rgb(73,143,70); }
div.DivClassName
{
background-color: #498F46;
}
.BgClassName
{
background-color: #498F46;
}
</style>
border-color css
<style>
span { border-color: #498F46; }
span { border-color: rgb(73,143,70); }
td.TdClassName
{
border-color: #498F46;
}
.TagClassName
{
border-color: #498F46;
}
</style>