Shades of Fruit Salad #49914B
Tints of Fruit Salad #49914B
RGB
CMYK
RGB Variations
Color information
#49914B (or 0x49914B) is known color: Fruit Salad. HEX triplet: 49, 91 and 4B. RGB value is (73,145,75). Sum of RGB (Red+Green+Blue) = 73+145+75=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #49914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49914B is #B66EB4. Grayscale: #737373. Windows color (decimal): -11955893 or 4952393. OLE color: 4952393.
HSL color Cylindrical-coordinate representation of color #49914B: hue angle of 121.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 #49914B is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 75 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.43 |
| HSL | 121.67º | 0.33% | 0.43% | - |
| HSV(B) | 121.67º | 0.5% | 0.57% | - |
| XYZ | 14.14 | 22.18 | 10.19 | - |
| YUV | 115.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 75 | 0.50 | 0 | 0.48 | 0.43 | 121.67 | 0.33 | 0.43 |
| Hex | 49 | 91 | 4B | 32 | 0 | 30 | 2B | 7A | 21 | 2B |
| Octal | 111 | 221 | 113 | 62 | 0 | 60 | 53 | 172 | 41 | 53 |
| Binary | 1001001 | 10010001 | 1001011 | 110010 | 0 | 110000 | 101011 | 1111010 | 100001 | 101011 |
Color Harmonies of #49914B
Complementary color
Monochromatic Colors of #49914B
Black with #49914B
Text Example
Text Example
White with #49914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49914B; }
p { color: rgb(73,145,75); }
H1.HeaderClassName
{
color: #49914B;
}
.AnyTagClassName
{
color: #49914B;
}
</style>
background-color css
<style>
a { background-color: #49914B; }
a { background-color: rgb(73,145,75); }
div.DivClassName
{
background-color: #49914B;
}
.BgClassName
{
background-color: #49914B;
}
</style>
border-color css
<style>
span { border-color: #49914B; }
span { border-color: rgb(73,145,75); }
td.TdClassName
{
border-color: #49914B;
}
.TagClassName
{
border-color: #49914B;
}
</style>