Shades of Fruit Salad #499745
Tints of Fruit Salad #499745
RGB
CMYK
RGB Variations
Color information
#499745 (or 0x499745) is known color: Fruit Salad. HEX triplet: 49, 97 and 45. RGB value is (73,151,69). Sum of RGB (Red+Green+Blue) = 73+151+69=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #499745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499745 is #B668BA. Grayscale: #767676. Windows color (decimal): -11954363 or 4560713. OLE color: 4560713.
HSL color Cylindrical-coordinate representation of color #499745: hue angle of 117.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499745 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 69 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.41 |
| HSL | 117.07º | 0.37% | 0.43% | - |
| HSV(B) | 117.07º | 0.54% | 0.59% | - |
| XYZ | 14.89 | 23.98 | 9.47 | - |
| YUV | 118.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 69 | 0.52 | 0 | 0.54 | 0.41 | 117.07 | 0.37 | 0.43 |
| Hex | 49 | 97 | 45 | 34 | 0 | 36 | 29 | 75 | 25 | 2B |
| Octal | 111 | 227 | 105 | 64 | 0 | 66 | 51 | 165 | 45 | 53 |
| Binary | 1001001 | 10010111 | 1000101 | 110100 | 0 | 110110 | 101001 | 1110101 | 100101 | 101011 |
Color Harmonies of #499745
Complementary color
Monochromatic Colors of #499745
Black with #499745
Text Example
Text Example
White with #499745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499745; }
p { color: rgb(73,151,69); }
H1.HeaderClassName
{
color: #499745;
}
.AnyTagClassName
{
color: #499745;
}
</style>
background-color css
<style>
a { background-color: #499745; }
a { background-color: rgb(73,151,69); }
div.DivClassName
{
background-color: #499745;
}
.BgClassName
{
background-color: #499745;
}
</style>
border-color css
<style>
span { border-color: #499745; }
span { border-color: rgb(73,151,69); }
td.TdClassName
{
border-color: #499745;
}
.TagClassName
{
border-color: #499745;
}
</style>