Shades of Medium Sea Green #49B963
Tints of Medium Sea Green #49B963
RGB
CMYK
RGB Variations
Color information
#49B963 (or 0x49B963) is known color: Medium Sea Green. HEX triplet: 49, B9 and 63. RGB value is (73,185,99). Sum of RGB (Red+Green+Blue) = 73+185+99=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #49B963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B963 is #B6469C. Grayscale: #8D8D8D. Windows color (decimal): -11945629 or 6535497. OLE color: 6535497.
HSL color Cylindrical-coordinate representation of color #49B963: hue angle of 133.93º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49B963 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 185 | 99 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.27 |
| HSL | 133.93º | 0.44% | 0.51% | - |
| HSV(B) | 133.93º | 0.61% | 0.73% | - |
| XYZ | 22.35 | 37.02 | 17.77 | - |
| YUV | 141.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 185 | 99 | 0.61 | 0 | 0.46 | 0.27 | 133.93 | 0.44 | 0.51 |
| Hex | 49 | B9 | 63 | 3D | 0 | 2E | 1B | 86 | 2C | 33 |
| Octal | 111 | 271 | 143 | 75 | 0 | 56 | 33 | 206 | 54 | 63 |
| Binary | 1001001 | 10111001 | 1100011 | 111101 | 0 | 101110 | 11011 | 10000110 | 101100 | 110011 |
Color Harmonies of #49B963
Complementary color
Monochromatic Colors of #49B963
Black with #49B963
Text Example
Text Example
White with #49B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B963; }
p { color: rgb(73,185,99); }
H1.HeaderClassName
{
color: #49B963;
}
.AnyTagClassName
{
color: #49B963;
}
</style>
background-color css
<style>
a { background-color: #49B963; }
a { background-color: rgb(73,185,99); }
div.DivClassName
{
background-color: #49B963;
}
.BgClassName
{
background-color: #49B963;
}
</style>
border-color css
<style>
span { border-color: #49B963; }
span { border-color: rgb(73,185,99); }
td.TdClassName
{
border-color: #49B963;
}
.TagClassName
{
border-color: #49B963;
}
</style>