Shades of Fruit Salad #499C55
Tints of Fruit Salad #499C55
RGB
CMYK
RGB Variations
Color information
#499C55 (or 0x499C55) is known color: Fruit Salad. HEX triplet: 49, 9C and 55. RGB value is (73,156,85). Sum of RGB (Red+Green+Blue) = 73+156+85=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #499C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C55 is #B663AA. Grayscale: #7B7B7B. Windows color (decimal): -11953067 or 5610569. OLE color: 5610569.
HSL color Cylindrical-coordinate representation of color #499C55: hue angle of 128.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C55 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 85 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.39 |
| HSL | 128.67º | 0.36% | 0.45% | - |
| HSV(B) | 128.67º | 0.53% | 0.61% | - |
| XYZ | 16.28 | 25.85 | 12.73 | - |
| YUV | 123.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 85 | 0.53 | 0 | 0.46 | 0.39 | 128.67 | 0.36 | 0.45 |
| Hex | 49 | 9C | 55 | 35 | 0 | 2E | 27 | 81 | 24 | 2D |
| Octal | 111 | 234 | 125 | 65 | 0 | 56 | 47 | 201 | 44 | 55 |
| Binary | 1001001 | 10011100 | 1010101 | 110101 | 0 | 101110 | 100111 | 10000001 | 100100 | 101101 |
Color Harmonies of #499C55
Complementary color
Monochromatic Colors of #499C55
Black with #499C55
Text Example
Text Example
White with #499C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C55; }
p { color: rgb(73,156,85); }
H1.HeaderClassName
{
color: #499C55;
}
.AnyTagClassName
{
color: #499C55;
}
</style>
background-color css
<style>
a { background-color: #499C55; }
a { background-color: rgb(73,156,85); }
div.DivClassName
{
background-color: #499C55;
}
.BgClassName
{
background-color: #499C55;
}
</style>
border-color css
<style>
span { border-color: #499C55; }
span { border-color: rgb(73,156,85); }
td.TdClassName
{
border-color: #499C55;
}
.TagClassName
{
border-color: #499C55;
}
</style>