Shades of Fruit Salad #499941
Tints of Fruit Salad #499941
RGB
CMYK
RGB Variations
Color information
#499941 (or 0x499941) is known color: Fruit Salad. HEX triplet: 49, 99 and 41. RGB value is (73,153,65). Sum of RGB (Red+Green+Blue) = 73+153+65=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #499941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499941 is #B666BE. Grayscale: #777777. Windows color (decimal): -11953855 or 4299081. OLE color: 4299081.
HSL color Cylindrical-coordinate representation of color #499941: hue angle of 114.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499941 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 65 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.4 |
| HSL | 114.55º | 0.4% | 0.43% | - |
| HSV(B) | 114.55º | 0.58% | 0.6% | - |
| XYZ | 15.09 | 24.58 | 8.95 | - |
| YUV | 119.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 65 | 0.52 | 0 | 0.58 | 0.4 | 114.55 | 0.4 | 0.43 |
| Hex | 49 | 99 | 41 | 34 | 0 | 3A | 28 | 73 | 28 | 2B |
| Octal | 111 | 231 | 101 | 64 | 0 | 72 | 50 | 163 | 50 | 53 |
| Binary | 1001001 | 10011001 | 1000001 | 110100 | 0 | 111010 | 101000 | 1110011 | 101000 | 101011 |
Color Harmonies of #499941
Complementary color
Monochromatic Colors of #499941
Black with #499941
Text Example
Text Example
White with #499941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499941; }
p { color: rgb(73,153,65); }
H1.HeaderClassName
{
color: #499941;
}
.AnyTagClassName
{
color: #499941;
}
</style>
background-color css
<style>
a { background-color: #499941; }
a { background-color: rgb(73,153,65); }
div.DivClassName
{
background-color: #499941;
}
.BgClassName
{
background-color: #499941;
}
</style>
border-color css
<style>
span { border-color: #499941; }
span { border-color: rgb(73,153,65); }
td.TdClassName
{
border-color: #499941;
}
.TagClassName
{
border-color: #499941;
}
</style>