Shades of Fruit Salad #498F4F
Tints of Fruit Salad #498F4F
RGB
CMYK
RGB Variations
Color information
#498F4F (or 0x498F4F) is known color: Fruit Salad. HEX triplet: 49, 8F and 4F. RGB value is (73,143,79). Sum of RGB (Red+Green+Blue) = 73+143+79=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #498F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498F4F is #B670B0. Grayscale: #727272. Windows color (decimal): -11956401 or 5214025. OLE color: 5214025.
HSL color Cylindrical-coordinate representation of color #498F4F: hue angle of 125.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498F4F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 79 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.44 |
| HSL | 125.14º | 0.32% | 0.42% | - |
| HSV(B) | 125.14º | 0.49% | 0.56% | - |
| XYZ | 13.98 | 21.63 | 10.83 | - |
| YUV | 114.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 79 | 0.49 | 0 | 0.45 | 0.44 | 125.14 | 0.32 | 0.42 |
| Hex | 49 | 8F | 4F | 31 | 0 | 2D | 2C | 7D | 20 | 2A |
| Octal | 111 | 217 | 117 | 61 | 0 | 55 | 54 | 175 | 40 | 52 |
| Binary | 1001001 | 10001111 | 1001111 | 110001 | 0 | 101101 | 101100 | 1111101 | 100000 | 101010 |
Color Harmonies of #498F4F
Complementary color
Monochromatic Colors of #498F4F
Black with #498F4F
Text Example
Text Example
White with #498F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F4F; }
p { color: rgb(73,143,79); }
H1.HeaderClassName
{
color: #498F4F;
}
.AnyTagClassName
{
color: #498F4F;
}
</style>
background-color css
<style>
a { background-color: #498F4F; }
a { background-color: rgb(73,143,79); }
div.DivClassName
{
background-color: #498F4F;
}
.BgClassName
{
background-color: #498F4F;
}
</style>
border-color css
<style>
span { border-color: #498F4F; }
span { border-color: rgb(73,143,79); }
td.TdClassName
{
border-color: #498F4F;
}
.TagClassName
{
border-color: #498F4F;
}
</style>