Shades of Fruit Salad #499348
Tints of Fruit Salad #499348
RGB
CMYK
RGB Variations
Color information
#499348 (or 0x499348) is known color: Fruit Salad. HEX triplet: 49, 93 and 48. RGB value is (73,147,72). Sum of RGB (Red+Green+Blue) = 73+147+72=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #499348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499348 is #B66CB7. Grayscale: #747474. Windows color (decimal): -11955384 or 4756297. OLE color: 4756297.
HSL color Cylindrical-coordinate representation of color #499348: hue angle of 119.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499348 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 72 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.42 |
| HSL | 119.2º | 0.34% | 0.43% | - |
| HSV(B) | 119.2º | 0.51% | 0.58% | - |
| XYZ | 14.35 | 22.75 | 9.77 | - |
| YUV | 116.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 72 | 0.50 | 0 | 0.51 | 0.42 | 119.2 | 0.34 | 0.43 |
| Hex | 49 | 93 | 48 | 32 | 0 | 33 | 2A | 77 | 22 | 2B |
| Octal | 111 | 223 | 110 | 62 | 0 | 63 | 52 | 167 | 42 | 53 |
| Binary | 1001001 | 10010011 | 1001000 | 110010 | 0 | 110011 | 101010 | 1110111 | 100010 | 101011 |
Color Harmonies of #499348
Complementary color
Monochromatic Colors of #499348
Black with #499348
Text Example
Text Example
White with #499348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499348; }
p { color: rgb(73,147,72); }
H1.HeaderClassName
{
color: #499348;
}
.AnyTagClassName
{
color: #499348;
}
</style>
background-color css
<style>
a { background-color: #499348; }
a { background-color: rgb(73,147,72); }
div.DivClassName
{
background-color: #499348;
}
.BgClassName
{
background-color: #499348;
}
</style>
border-color css
<style>
span { border-color: #499348; }
span { border-color: rgb(73,147,72); }
td.TdClassName
{
border-color: #499348;
}
.TagClassName
{
border-color: #499348;
}
</style>