Shades of Fruit Salad #499441
Tints of Fruit Salad #499441
RGB
CMYK
RGB Variations
Color information
#499441 (or 0x499441) is known color: Fruit Salad. HEX triplet: 49, 94 and 41. RGB value is (73,148,65). Sum of RGB (Red+Green+Blue) = 73+148+65=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #499441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499441 is #B66BBE. Grayscale: #747474. Windows color (decimal): -11955135 or 4297801. OLE color: 4297801.
HSL color Cylindrical-coordinate representation of color #499441: hue angle of 114.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499441 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 65 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.42 |
| HSL | 114.22º | 0.39% | 0.42% | - |
| HSV(B) | 114.22º | 0.56% | 0.58% | - |
| XYZ | 14.29 | 22.98 | 8.68 | - |
| YUV | 116.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 65 | 0.51 | 0 | 0.56 | 0.42 | 114.22 | 0.39 | 0.42 |
| Hex | 49 | 94 | 41 | 33 | 0 | 38 | 2A | 72 | 27 | 2A |
| Octal | 111 | 224 | 101 | 63 | 0 | 70 | 52 | 162 | 47 | 52 |
| Binary | 1001001 | 10010100 | 1000001 | 110011 | 0 | 111000 | 101010 | 1110010 | 100111 | 101010 |
Color Harmonies of #499441
Complementary color
Monochromatic Colors of #499441
Black with #499441
Text Example
Text Example
White with #499441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499441; }
p { color: rgb(73,148,65); }
H1.HeaderClassName
{
color: #499441;
}
.AnyTagClassName
{
color: #499441;
}
</style>
background-color css
<style>
a { background-color: #499441; }
a { background-color: rgb(73,148,65); }
div.DivClassName
{
background-color: #499441;
}
.BgClassName
{
background-color: #499441;
}
</style>
border-color css
<style>
span { border-color: #499441; }
span { border-color: rgb(73,148,65); }
td.TdClassName
{
border-color: #499441;
}
.TagClassName
{
border-color: #499441;
}
</style>