Shades of Fruit Salad #499342
Tints of Fruit Salad #499342
RGB
CMYK
RGB Variations
Color information
#499342 (or 0x499342) is known color: Fruit Salad. HEX triplet: 49, 93 and 42. RGB value is (73,147,66). Sum of RGB (Red+Green+Blue) = 73+147+66=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #499342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499342 is #B66CBD. Grayscale: #737373. Windows color (decimal): -11955390 or 4363081. OLE color: 4363081.
HSL color Cylindrical-coordinate representation of color #499342: hue angle of 114.81º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499342 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 66 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.42 |
| HSL | 114.81º | 0.38% | 0.42% | - |
| HSV(B) | 114.81º | 0.55% | 0.58% | - |
| XYZ | 14.16 | 22.68 | 8.78 | - |
| YUV | 115.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 66 | 0.50 | 0 | 0.55 | 0.42 | 114.81 | 0.38 | 0.42 |
| Hex | 49 | 93 | 42 | 32 | 0 | 37 | 2A | 73 | 26 | 2A |
| Octal | 111 | 223 | 102 | 62 | 0 | 67 | 52 | 163 | 46 | 52 |
| Binary | 1001001 | 10010011 | 1000010 | 110010 | 0 | 110111 | 101010 | 1110011 | 100110 | 101010 |
Color Harmonies of #499342
Complementary color
Monochromatic Colors of #499342
Black with #499342
Text Example
Text Example
White with #499342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499342; }
p { color: rgb(73,147,66); }
H1.HeaderClassName
{
color: #499342;
}
.AnyTagClassName
{
color: #499342;
}
</style>
background-color css
<style>
a { background-color: #499342; }
a { background-color: rgb(73,147,66); }
div.DivClassName
{
background-color: #499342;
}
.BgClassName
{
background-color: #499342;
}
</style>
border-color css
<style>
span { border-color: #499342; }
span { border-color: rgb(73,147,66); }
td.TdClassName
{
border-color: #499342;
}
.TagClassName
{
border-color: #499342;
}
</style>