Shades of Fruit Salad #498E45
Tints of Fruit Salad #498E45
RGB
CMYK
RGB Variations
Color information
#498E45 (or 0x498E45) is known color: Fruit Salad. HEX triplet: 49, 8E and 45. RGB value is (73,142,69). Sum of RGB (Red+Green+Blue) = 73+142+69=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #498E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E45 is #B671BA. Grayscale: #717171. Windows color (decimal): -11956667 or 4558409. OLE color: 4558409.
HSL color Cylindrical-coordinate representation of color #498E45: hue angle of 116.71º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #498E45 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 69 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.44 |
| HSL | 116.71º | 0.35% | 0.41% | - |
| HSV(B) | 116.71º | 0.51% | 0.56% | - |
| XYZ | 13.49 | 21.19 | 9.01 | - |
| YUV | 113.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 69 | 0.49 | 0 | 0.51 | 0.44 | 116.71 | 0.35 | 0.41 |
| Hex | 49 | 8E | 45 | 31 | 0 | 33 | 2C | 75 | 23 | 29 |
| Octal | 111 | 216 | 105 | 61 | 0 | 63 | 54 | 165 | 43 | 51 |
| Binary | 1001001 | 10001110 | 1000101 | 110001 | 0 | 110011 | 101100 | 1110101 | 100011 | 101001 |
Color Harmonies of #498E45
Complementary color
Monochromatic Colors of #498E45
Black with #498E45
Text Example
Text Example
White with #498E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E45; }
p { color: rgb(73,142,69); }
H1.HeaderClassName
{
color: #498E45;
}
.AnyTagClassName
{
color: #498E45;
}
</style>
background-color css
<style>
a { background-color: #498E45; }
a { background-color: rgb(73,142,69); }
div.DivClassName
{
background-color: #498E45;
}
.BgClassName
{
background-color: #498E45;
}
</style>
border-color css
<style>
span { border-color: #498E45; }
span { border-color: rgb(73,142,69); }
td.TdClassName
{
border-color: #498E45;
}
.TagClassName
{
border-color: #498E45;
}
</style>