Shades of Fruit Salad #499549
Tints of Fruit Salad #499549
RGB
CMYK
RGB Variations
Color information
#499549 (or 0x499549) is known color: Fruit Salad. HEX triplet: 49, 95 and 49. RGB value is (73,149,73). Sum of RGB (Red+Green+Blue) = 73+149+73=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #499549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499549 is #B66AB6. Grayscale: #757575. Windows color (decimal): -11954871 or 4822345. OLE color: 4822345.
HSL color Cylindrical-coordinate representation of color #499549: hue angle of 120º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499549 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 73 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.42 |
| HSL | 120º | 0.34% | 0.44% | - |
| HSV(B) | 120º | 0.51% | 0.58% | - |
| XYZ | 14.7 | 23.39 | 10.04 | - |
| YUV | 117.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 73 | 0.51 | 0 | 0.51 | 0.42 | 120 | 0.34 | 0.44 |
| Hex | 49 | 95 | 49 | 33 | 0 | 33 | 2A | 78 | 22 | 2C |
| Octal | 111 | 225 | 111 | 63 | 0 | 63 | 52 | 170 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1001001 | 110011 | 0 | 110011 | 101010 | 1111000 | 100010 | 101100 |
Color Harmonies of #499549
Complementary color
Monochromatic Colors of #499549
Black with #499549
Text Example
Text Example
White with #499549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499549; }
p { color: rgb(73,149,73); }
H1.HeaderClassName
{
color: #499549;
}
.AnyTagClassName
{
color: #499549;
}
</style>
background-color css
<style>
a { background-color: #499549; }
a { background-color: rgb(73,149,73); }
div.DivClassName
{
background-color: #499549;
}
.BgClassName
{
background-color: #499549;
}
</style>
border-color css
<style>
span { border-color: #499549; }
span { border-color: rgb(73,149,73); }
td.TdClassName
{
border-color: #499549;
}
.TagClassName
{
border-color: #499549;
}
</style>