Shades of Fruit Salad #499C43
Tints of Fruit Salad #499C43
RGB
CMYK
RGB Variations
Color information
#499C43 (or 0x499C43) is known color: Fruit Salad. HEX triplet: 49, 9C and 43. RGB value is (73,156,67). Sum of RGB (Red+Green+Blue) = 73+156+67=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #499C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C43 is #B663BC. Grayscale: #797979. Windows color (decimal): -11953085 or 4430921. OLE color: 4430921.
HSL color Cylindrical-coordinate representation of color #499C43: hue angle of 115.96º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #499C43 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 67 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.39 |
| HSL | 115.96º | 0.4% | 0.44% | - |
| HSV(B) | 115.96º | 0.57% | 0.61% | - |
| XYZ | 15.65 | 25.6 | 9.43 | - |
| YUV | 121.04 | 97.5 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 67 | 0.53 | 0 | 0.57 | 0.39 | 115.96 | 0.4 | 0.44 |
| Hex | 49 | 9C | 43 | 35 | 0 | 39 | 27 | 74 | 28 | 2C |
| Octal | 111 | 234 | 103 | 65 | 0 | 71 | 47 | 164 | 50 | 54 |
| Binary | 1001001 | 10011100 | 1000011 | 110101 | 0 | 111001 | 100111 | 1110100 | 101000 | 101100 |
Color Harmonies of #499C43
Complementary color
Monochromatic Colors of #499C43
Black with #499C43
Text Example
Text Example
White with #499C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C43; }
p { color: rgb(73,156,67); }
H1.HeaderClassName
{
color: #499C43;
}
.AnyTagClassName
{
color: #499C43;
}
</style>
background-color css
<style>
a { background-color: #499C43; }
a { background-color: rgb(73,156,67); }
div.DivClassName
{
background-color: #499C43;
}
.BgClassName
{
background-color: #499C43;
}
</style>
border-color css
<style>
span { border-color: #499C43; }
span { border-color: rgb(73,156,67); }
td.TdClassName
{
border-color: #499C43;
}
.TagClassName
{
border-color: #499C43;
}
</style>