Shades of Fruit Salad #499B4E
Tints of Fruit Salad #499B4E
RGB
CMYK
RGB Variations
Color information
#499B4E (or 0x499B4E) is known color: Fruit Salad. HEX triplet: 49, 9B and 4E. RGB value is (73,155,78). Sum of RGB (Red+Green+Blue) = 73+155+78=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #499B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B4E is #B664B1. Grayscale: #797979. Windows color (decimal): -11953330 or 5151561. OLE color: 5151561.
HSL color Cylindrical-coordinate representation of color #499B4E: hue angle of 123.66º 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 #499B4E is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 78 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.39 |
| HSL | 123.66º | 0.36% | 0.45% | - |
| HSV(B) | 123.66º | 0.53% | 0.61% | - |
| XYZ | 15.84 | 25.41 | 11.28 | - |
| YUV | 121.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 78 | 0.53 | 0 | 0.50 | 0.39 | 123.66 | 0.36 | 0.45 |
| Hex | 49 | 9B | 4E | 35 | 0 | 32 | 27 | 7C | 24 | 2D |
| Octal | 111 | 233 | 116 | 65 | 0 | 62 | 47 | 174 | 44 | 55 |
| Binary | 1001001 | 10011011 | 1001110 | 110101 | 0 | 110010 | 100111 | 1111100 | 100100 | 101101 |
Color Harmonies of #499B4E
Complementary color
Monochromatic Colors of #499B4E
Black with #499B4E
Text Example
Text Example
White with #499B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B4E; }
p { color: rgb(73,155,78); }
H1.HeaderClassName
{
color: #499B4E;
}
.AnyTagClassName
{
color: #499B4E;
}
</style>
background-color css
<style>
a { background-color: #499B4E; }
a { background-color: rgb(73,155,78); }
div.DivClassName
{
background-color: #499B4E;
}
.BgClassName
{
background-color: #499B4E;
}
</style>
border-color css
<style>
span { border-color: #499B4E; }
span { border-color: rgb(73,155,78); }
td.TdClassName
{
border-color: #499B4E;
}
.TagClassName
{
border-color: #499B4E;
}
</style>