Shades of Fruit Salad #49994F
Tints of Fruit Salad #49994F
RGB
CMYK
RGB Variations
Color information
#49994F (or 0x49994F) is known color: Fruit Salad. HEX triplet: 49, 99 and 4F. RGB value is (73,153,79). Sum of RGB (Red+Green+Blue) = 73+153+79=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #49994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49994F is #B666B0. Grayscale: #787878. Windows color (decimal): -11953841 or 5216585. OLE color: 5216585.
HSL color Cylindrical-coordinate representation of color #49994F: hue angle of 124.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49994F is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 79 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.4 |
| HSL | 124.5º | 0.35% | 0.44% | - |
| HSV(B) | 124.5º | 0.52% | 0.6% | - |
| XYZ | 15.55 | 24.76 | 11.36 | - |
| YUV | 120.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 79 | 0.52 | 0 | 0.48 | 0.4 | 124.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 4F | 34 | 0 | 30 | 28 | 7C | 23 | 2C |
| Octal | 111 | 231 | 117 | 64 | 0 | 60 | 50 | 174 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1001111 | 110100 | 0 | 110000 | 101000 | 1111100 | 100011 | 101100 |
Color Harmonies of #49994F
Complementary color
Monochromatic Colors of #49994F
Black with #49994F
Text Example
Text Example
White with #49994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49994F; }
p { color: rgb(73,153,79); }
H1.HeaderClassName
{
color: #49994F;
}
.AnyTagClassName
{
color: #49994F;
}
</style>
background-color css
<style>
a { background-color: #49994F; }
a { background-color: rgb(73,153,79); }
div.DivClassName
{
background-color: #49994F;
}
.BgClassName
{
background-color: #49994F;
}
</style>
border-color css
<style>
span { border-color: #49994F; }
span { border-color: rgb(73,153,79); }
td.TdClassName
{
border-color: #49994F;
}
.TagClassName
{
border-color: #49994F;
}
</style>