Shades of Fruit Salad #499D42
Tints of Fruit Salad #499D42
RGB
CMYK
RGB Variations
Color information
#499D42 (or 0x499D42) is known color: Fruit Salad. HEX triplet: 49, 9D and 42. RGB value is (73,157,66). Sum of RGB (Red+Green+Blue) = 73+157+66=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #499D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D42 is #B662BD. Grayscale: #797979. Windows color (decimal): -11952830 or 4365641. OLE color: 4365641.
HSL color Cylindrical-coordinate representation of color #499D42: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499D42 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 66 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.38 |
| HSL | 115.38º | 0.41% | 0.44% | - |
| HSV(B) | 115.38º | 0.58% | 0.62% | - |
| XYZ | 15.79 | 25.92 | 9.33 | - |
| YUV | 121.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 66 | 0.54 | 0 | 0.58 | 0.38 | 115.38 | 0.41 | 0.44 |
| Hex | 49 | 9D | 42 | 36 | 0 | 3A | 26 | 73 | 29 | 2C |
| Octal | 111 | 235 | 102 | 66 | 0 | 72 | 46 | 163 | 51 | 54 |
| Binary | 1001001 | 10011101 | 1000010 | 110110 | 0 | 111010 | 100110 | 1110011 | 101001 | 101100 |
Color Harmonies of #499D42
Complementary color
Monochromatic Colors of #499D42
Black with #499D42
Text Example
Text Example
White with #499D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D42; }
p { color: rgb(73,157,66); }
H1.HeaderClassName
{
color: #499D42;
}
.AnyTagClassName
{
color: #499D42;
}
</style>
background-color css
<style>
a { background-color: #499D42; }
a { background-color: rgb(73,157,66); }
div.DivClassName
{
background-color: #499D42;
}
.BgClassName
{
background-color: #499D42;
}
</style>
border-color css
<style>
span { border-color: #499D42; }
span { border-color: rgb(73,157,66); }
td.TdClassName
{
border-color: #499D42;
}
.TagClassName
{
border-color: #499D42;
}
</style>