Shades of Fruit Salad #499343
Tints of Fruit Salad #499343
RGB
CMYK
RGB Variations
Color information
#499343 (or 0x499343) is known color: Fruit Salad. HEX triplet: 49, 93 and 43. RGB value is (73,147,67). Sum of RGB (Red+Green+Blue) = 73+147+67=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #499343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499343 is #B66CBC. Grayscale: #747474. Windows color (decimal): -11955389 or 4428617. OLE color: 4428617.
HSL color Cylindrical-coordinate representation of color #499343: hue angle of 115.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499343 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 67 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.42 |
| HSL | 115.5º | 0.37% | 0.42% | - |
| HSV(B) | 115.5º | 0.54% | 0.58% | - |
| XYZ | 14.19 | 22.69 | 8.94 | - |
| YUV | 115.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 67 | 0.50 | 0 | 0.54 | 0.42 | 115.5 | 0.37 | 0.42 |
| Hex | 49 | 93 | 43 | 32 | 0 | 36 | 2A | 74 | 25 | 2A |
| Octal | 111 | 223 | 103 | 62 | 0 | 66 | 52 | 164 | 45 | 52 |
| Binary | 1001001 | 10010011 | 1000011 | 110010 | 0 | 110110 | 101010 | 1110100 | 100101 | 101010 |
Color Harmonies of #499343
Complementary color
Monochromatic Colors of #499343
Black with #499343
Text Example
Text Example
White with #499343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499343; }
p { color: rgb(73,147,67); }
H1.HeaderClassName
{
color: #499343;
}
.AnyTagClassName
{
color: #499343;
}
</style>
background-color css
<style>
a { background-color: #499343; }
a { background-color: rgb(73,147,67); }
div.DivClassName
{
background-color: #499343;
}
.BgClassName
{
background-color: #499343;
}
</style>
border-color css
<style>
span { border-color: #499343; }
span { border-color: rgb(73,147,67); }
td.TdClassName
{
border-color: #499343;
}
.TagClassName
{
border-color: #499343;
}
</style>