Shades of Fruit Salad #49B149
Tints of Fruit Salad #49B149
RGB
CMYK
RGB Variations
Color information
#49B149 (or 0x49B149) is known color: Fruit Salad. HEX triplet: 49, B1 and 49. RGB value is (73,177,73). Sum of RGB (Red+Green+Blue) = 73+177+73=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #49B149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B149 is #B64EB6. Grayscale: #868686. Windows color (decimal): -11947703 or 4829513. OLE color: 4829513.
HSL color Cylindrical-coordinate representation of color #49B149: hue angle of 120º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B149 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 73 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.31 |
| HSL | 120º | 0.42% | 0.49% | - |
| HSV(B) | 120º | 0.59% | 0.69% | - |
| XYZ | 19.67 | 33.34 | 11.7 | - |
| YUV | 134.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 73 | 0.59 | 0 | 0.59 | 0.31 | 120 | 0.42 | 0.49 |
| Hex | 49 | B1 | 49 | 3B | 0 | 3B | 1F | 78 | 2A | 31 |
| Octal | 111 | 261 | 111 | 73 | 0 | 73 | 37 | 170 | 52 | 61 |
| Binary | 1001001 | 10110001 | 1001001 | 111011 | 0 | 111011 | 11111 | 1111000 | 101010 | 110001 |
Color Harmonies of #49B149
Complementary color
Monochromatic Colors of #49B149
Black with #49B149
Text Example
Text Example
White with #49B149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B149; }
p { color: rgb(73,177,73); }
H1.HeaderClassName
{
color: #49B149;
}
.AnyTagClassName
{
color: #49B149;
}
</style>
background-color css
<style>
a { background-color: #49B149; }
a { background-color: rgb(73,177,73); }
div.DivClassName
{
background-color: #49B149;
}
.BgClassName
{
background-color: #49B149;
}
</style>
border-color css
<style>
span { border-color: #49B149; }
span { border-color: rgb(73,177,73); }
td.TdClassName
{
border-color: #49B149;
}
.TagClassName
{
border-color: #49B149;
}
</style>