Shades of Fruit Salad #499652
Tints of Fruit Salad #499652
RGB
CMYK
RGB Variations
Color information
#499652 (or 0x499652) is known color: Fruit Salad. HEX triplet: 49, 96 and 52. RGB value is (73,150,82). Sum of RGB (Red+Green+Blue) = 73+150+82=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #499652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499652 is #B669AD. Grayscale: #777777. Windows color (decimal): -11954606 or 5412425. OLE color: 5412425.
HSL color Cylindrical-coordinate representation of color #499652: hue angle of 127.01º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499652 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 82 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.41 |
| HSL | 127.01º | 0.35% | 0.44% | - |
| HSV(B) | 127.01º | 0.51% | 0.59% | - |
| XYZ | 15.18 | 23.84 | 11.78 | - |
| YUV | 119.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 82 | 0.51 | 0 | 0.45 | 0.41 | 127.01 | 0.35 | 0.44 |
| Hex | 49 | 96 | 52 | 33 | 0 | 2D | 29 | 7F | 23 | 2C |
| Octal | 111 | 226 | 122 | 63 | 0 | 55 | 51 | 177 | 43 | 54 |
| Binary | 1001001 | 10010110 | 1010010 | 110011 | 0 | 101101 | 101001 | 1111111 | 100011 | 101100 |
Color Harmonies of #499652
Complementary color
Monochromatic Colors of #499652
Black with #499652
Text Example
Text Example
White with #499652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499652; }
p { color: rgb(73,150,82); }
H1.HeaderClassName
{
color: #499652;
}
.AnyTagClassName
{
color: #499652;
}
</style>
background-color css
<style>
a { background-color: #499652; }
a { background-color: rgb(73,150,82); }
div.DivClassName
{
background-color: #499652;
}
.BgClassName
{
background-color: #499652;
}
</style>
border-color css
<style>
span { border-color: #499652; }
span { border-color: rgb(73,150,82); }
td.TdClassName
{
border-color: #499652;
}
.TagClassName
{
border-color: #499652;
}
</style>