Shades of Fruit Salad #499740
Tints of Fruit Salad #499740
RGB
CMYK
RGB Variations
Color information
#499740 (or 0x499740) is known color: Fruit Salad. HEX triplet: 49, 97 and 40. RGB value is (73,151,64). Sum of RGB (Red+Green+Blue) = 73+151+64=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #499740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499740 is #B668BF. Grayscale: #767676. Windows color (decimal): -11954368 or 4233033. OLE color: 4233033.
HSL color Cylindrical-coordinate representation of color #499740: hue angle of 113.79º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499740 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 64 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.41 |
| HSL | 113.79º | 0.4% | 0.42% | - |
| HSV(B) | 113.79º | 0.58% | 0.59% | - |
| XYZ | 14.74 | 23.92 | 8.69 | - |
| YUV | 117.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 64 | 0.52 | 0 | 0.58 | 0.41 | 113.79 | 0.4 | 0.42 |
| Hex | 49 | 97 | 40 | 34 | 0 | 3A | 29 | 72 | 28 | 2A |
| Octal | 111 | 227 | 100 | 64 | 0 | 72 | 51 | 162 | 50 | 52 |
| Binary | 1001001 | 10010111 | 1000000 | 110100 | 0 | 111010 | 101001 | 1110010 | 101000 | 101010 |
Color Harmonies of #499740
Complementary color
Monochromatic Colors of #499740
Black with #499740
Text Example
Text Example
White with #499740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499740; }
p { color: rgb(73,151,64); }
H1.HeaderClassName
{
color: #499740;
}
.AnyTagClassName
{
color: #499740;
}
</style>
background-color css
<style>
a { background-color: #499740; }
a { background-color: rgb(73,151,64); }
div.DivClassName
{
background-color: #499740;
}
.BgClassName
{
background-color: #499740;
}
</style>
border-color css
<style>
span { border-color: #499740; }
span { border-color: rgb(73,151,64); }
td.TdClassName
{
border-color: #499740;
}
.TagClassName
{
border-color: #499740;
}
</style>