Shades of Fruit Salad #499D4B
Tints of Fruit Salad #499D4B
RGB
CMYK
RGB Variations
Color information
#499D4B (or 0x499D4B) is known color: Fruit Salad. HEX triplet: 49, 9D and 4B. RGB value is (73,157,75). Sum of RGB (Red+Green+Blue) = 73+157+75=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #499D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D4B is #B662B4. Grayscale: #7A7A7A. Windows color (decimal): -11952821 or 4955465. OLE color: 4955465.
HSL color Cylindrical-coordinate representation of color #499D4B: hue angle of 121.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D4B is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 75 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.38 |
| HSL | 121.43º | 0.37% | 0.45% | - |
| HSV(B) | 121.43º | 0.54% | 0.62% | - |
| XYZ | 16.07 | 26.04 | 10.84 | - |
| YUV | 122.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 75 | 0.54 | 0 | 0.52 | 0.38 | 121.43 | 0.37 | 0.45 |
| Hex | 49 | 9D | 4B | 36 | 0 | 34 | 26 | 79 | 25 | 2D |
| Octal | 111 | 235 | 113 | 66 | 0 | 64 | 46 | 171 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1001011 | 110110 | 0 | 110100 | 100110 | 1111001 | 100101 | 101101 |
Color Harmonies of #499D4B
Complementary color
Monochromatic Colors of #499D4B
Black with #499D4B
Text Example
Text Example
White with #499D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D4B; }
p { color: rgb(73,157,75); }
H1.HeaderClassName
{
color: #499D4B;
}
.AnyTagClassName
{
color: #499D4B;
}
</style>
background-color css
<style>
a { background-color: #499D4B; }
a { background-color: rgb(73,157,75); }
div.DivClassName
{
background-color: #499D4B;
}
.BgClassName
{
background-color: #499D4B;
}
</style>
border-color css
<style>
span { border-color: #499D4B; }
span { border-color: rgb(73,157,75); }
td.TdClassName
{
border-color: #499D4B;
}
.TagClassName
{
border-color: #499D4B;
}
</style>