Shades of Fruit Salad #499151
Tints of Fruit Salad #499151
RGB
CMYK
RGB Variations
Color information
#499151 (or 0x499151) is known color: Fruit Salad. HEX triplet: 49, 91 and 51. RGB value is (73,145,81). Sum of RGB (Red+Green+Blue) = 73+145+81=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #499151 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499151 is #B66EAE. Grayscale: #747474. Windows color (decimal): -11955887 or 5345609. OLE color: 5345609.
HSL color Cylindrical-coordinate representation of color #499151: hue angle of 126.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499151 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 81 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.43 |
| HSL | 126.67º | 0.33% | 0.43% | - |
| HSV(B) | 126.67º | 0.5% | 0.57% | - |
| XYZ | 14.36 | 22.26 | 11.32 | - |
| YUV | 116.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 81 | 0.50 | 0 | 0.44 | 0.43 | 126.67 | 0.33 | 0.43 |
| Hex | 49 | 91 | 51 | 32 | 0 | 2C | 2B | 7F | 21 | 2B |
| Octal | 111 | 221 | 121 | 62 | 0 | 54 | 53 | 177 | 41 | 53 |
| Binary | 1001001 | 10010001 | 1010001 | 110010 | 0 | 101100 | 101011 | 1111111 | 100001 | 101011 |
Color Harmonies of #499151
Complementary color
Monochromatic Colors of #499151
Black with #499151
Text Example
Text Example
White with #499151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499151; }
p { color: rgb(73,145,81); }
H1.HeaderClassName
{
color: #499151;
}
.AnyTagClassName
{
color: #499151;
}
</style>
background-color css
<style>
a { background-color: #499151; }
a { background-color: rgb(73,145,81); }
div.DivClassName
{
background-color: #499151;
}
.BgClassName
{
background-color: #499151;
}
</style>
border-color css
<style>
span { border-color: #499151; }
span { border-color: rgb(73,145,81); }
td.TdClassName
{
border-color: #499151;
}
.TagClassName
{
border-color: #499151;
}
</style>