Shades of Fruit Salad #499644
Tints of Fruit Salad #499644
RGB
CMYK
RGB Variations
Color information
#499644 (or 0x499644) is known color: Fruit Salad. HEX triplet: 49, 96 and 44. RGB value is (73,150,68). Sum of RGB (Red+Green+Blue) = 73+150+68=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #499644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499644 is #B669BB. Grayscale: #757575. Windows color (decimal): -11954620 or 4494921. OLE color: 4494921.
HSL color Cylindrical-coordinate representation of color #499644: hue angle of 116.34º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499644 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 68 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.41 |
| HSL | 116.34º | 0.38% | 0.43% | - |
| HSV(B) | 116.34º | 0.55% | 0.59% | - |
| XYZ | 14.7 | 23.65 | 9.26 | - |
| YUV | 117.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 68 | 0.51 | 0 | 0.55 | 0.41 | 116.34 | 0.38 | 0.43 |
| Hex | 49 | 96 | 44 | 33 | 0 | 37 | 29 | 74 | 26 | 2B |
| Octal | 111 | 226 | 104 | 63 | 0 | 67 | 51 | 164 | 46 | 53 |
| Binary | 1001001 | 10010110 | 1000100 | 110011 | 0 | 110111 | 101001 | 1110100 | 100110 | 101011 |
Color Harmonies of #499644
Complementary color
Monochromatic Colors of #499644
Black with #499644
Text Example
Text Example
White with #499644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499644; }
p { color: rgb(73,150,68); }
H1.HeaderClassName
{
color: #499644;
}
.AnyTagClassName
{
color: #499644;
}
</style>
background-color css
<style>
a { background-color: #499644; }
a { background-color: rgb(73,150,68); }
div.DivClassName
{
background-color: #499644;
}
.BgClassName
{
background-color: #499644;
}
</style>
border-color css
<style>
span { border-color: #499644; }
span { border-color: rgb(73,150,68); }
td.TdClassName
{
border-color: #499644;
}
.TagClassName
{
border-color: #499644;
}
</style>