Shades of Emerald #49BD86
Tints of Emerald #49BD86
RGB
CMYK
RGB Variations
Color information
#49BD86 (or 0x49BD86) is known color: Emerald. HEX triplet: 49, BD and 86. RGB value is (73,189,134). Sum of RGB (Red+Green+Blue) = 73+189+134=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BD86 is #B64279. Grayscale: #949494. Windows color (decimal): -11944570 or 8830281. OLE color: 8830281.
HSL color Cylindrical-coordinate representation of color #49BD86: hue angle of 151.55º 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 #49BD86 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 134 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.26 |
| HSL | 151.55º | 0.47% | 0.51% | - |
| HSV(B) | 151.55º | 0.61% | 0.74% | - |
| XYZ | 25.25 | 39.53 | 28.85 | - |
| YUV | 148.05 | 120.07 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 134 | 0.61 | 0 | 0.29 | 0.26 | 151.55 | 0.47 | 0.51 |
| Hex | 49 | BD | 86 | 3D | 0 | 1D | 1A | 98 | 2F | 33 |
| Octal | 111 | 275 | 206 | 75 | 0 | 35 | 32 | 230 | 57 | 63 |
| Binary | 1001001 | 10111101 | 10000110 | 111101 | 0 | 11101 | 11010 | 10011000 | 101111 | 110011 |
Color Harmonies of #49BD86
Complementary color
Monochromatic Colors of #49BD86
Black with #49BD86
Text Example
Text Example
White with #49BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD86; }
p { color: rgb(73,189,134); }
H1.HeaderClassName
{
color: #49BD86;
}
.AnyTagClassName
{
color: #49BD86;
}
</style>
background-color css
<style>
a { background-color: #49BD86; }
a { background-color: rgb(73,189,134); }
div.DivClassName
{
background-color: #49BD86;
}
.BgClassName
{
background-color: #49BD86;
}
</style>
border-color css
<style>
span { border-color: #49BD86; }
span { border-color: rgb(73,189,134); }
td.TdClassName
{
border-color: #49BD86;
}
.TagClassName
{
border-color: #49BD86;
}
</style>