Shades of Fruit Salad #49994B
Tints of Fruit Salad #49994B
RGB
CMYK
RGB Variations
Color information
#49994B (or 0x49994B) is known color: Fruit Salad. HEX triplet: 49, 99 and 4B. RGB value is (73,153,75). Sum of RGB (Red+Green+Blue) = 73+153+75=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #49994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49994B is #B666B4. Grayscale: #787878. Windows color (decimal): -11953845 or 4954441. OLE color: 4954441.
HSL color Cylindrical-coordinate representation of color #49994B: hue angle of 121.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 #49994B is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 75 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.4 |
| HSL | 121.5º | 0.35% | 0.44% | - |
| HSV(B) | 121.5º | 0.52% | 0.6% | - |
| XYZ | 15.41 | 24.71 | 10.61 | - |
| YUV | 120.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 75 | 0.52 | 0 | 0.51 | 0.4 | 121.5 | 0.35 | 0.44 |
| Hex | 49 | 99 | 4B | 34 | 0 | 33 | 28 | 7A | 23 | 2C |
| Octal | 111 | 231 | 113 | 64 | 0 | 63 | 50 | 172 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1001011 | 110100 | 0 | 110011 | 101000 | 1111010 | 100011 | 101100 |
Color Harmonies of #49994B
Complementary color
Monochromatic Colors of #49994B
Black with #49994B
Text Example
Text Example
White with #49994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49994B; }
p { color: rgb(73,153,75); }
H1.HeaderClassName
{
color: #49994B;
}
.AnyTagClassName
{
color: #49994B;
}
</style>
background-color css
<style>
a { background-color: #49994B; }
a { background-color: rgb(73,153,75); }
div.DivClassName
{
background-color: #49994B;
}
.BgClassName
{
background-color: #49994B;
}
</style>
border-color css
<style>
span { border-color: #49994B; }
span { border-color: rgb(73,153,75); }
td.TdClassName
{
border-color: #49994B;
}
.TagClassName
{
border-color: #49994B;
}
</style>