Shades of Emerald #49BD7A
Tints of Emerald #49BD7A
RGB
CMYK
RGB Variations
Color information
#49BD7A (or 0x49BD7A) is known color: Emerald. HEX triplet: 49, BD and 7A. RGB value is (73,189,122). Sum of RGB (Red+Green+Blue) = 73+189+122=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD7A is #B64285. Grayscale: #929292. Windows color (decimal): -11944582 or 8043849. OLE color: 8043849.
HSL color Cylindrical-coordinate representation of color #49BD7A: hue angle of 145.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD7A is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 122 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.26 |
| HSL | 145.34º | 0.47% | 0.51% | - |
| HSV(B) | 145.34º | 0.61% | 0.74% | - |
| XYZ | 24.46 | 39.22 | 24.69 | - |
| YUV | 146.68 | 114.07 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 122 | 0.61 | 0 | 0.35 | 0.26 | 145.34 | 0.47 | 0.51 |
| Hex | 49 | BD | 7A | 3D | 0 | 23 | 1A | 91 | 2F | 33 |
| Octal | 111 | 275 | 172 | 75 | 0 | 43 | 32 | 221 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1111010 | 111101 | 0 | 100011 | 11010 | 10010001 | 101111 | 110011 |
Color Harmonies of #49BD7A
Complementary color
Monochromatic Colors of #49BD7A
Black with #49BD7A
Text Example
Text Example
White with #49BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD7A; }
p { color: rgb(73,189,122); }
H1.HeaderClassName
{
color: #49BD7A;
}
.AnyTagClassName
{
color: #49BD7A;
}
</style>
background-color css
<style>
a { background-color: #49BD7A; }
a { background-color: rgb(73,189,122); }
div.DivClassName
{
background-color: #49BD7A;
}
.BgClassName
{
background-color: #49BD7A;
}
</style>
border-color css
<style>
span { border-color: #49BD7A; }
span { border-color: rgb(73,189,122); }
td.TdClassName
{
border-color: #49BD7A;
}
.TagClassName
{
border-color: #49BD7A;
}
</style>