Shades of Emerald #49D176
Tints of Emerald #49D176
RGB
CMYK
RGB Variations
Color information
#49D176 (or 0x49D176) is known color: Emerald. HEX triplet: 49, D1 and 76. RGB value is (73,209,118). Sum of RGB (Red+Green+Blue) = 73+209+118=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #49D176 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D176 is #B62E89. Grayscale: #9E9E9E. Windows color (decimal): -11939466 or 7786825. OLE color: 7786825.
HSL color Cylindrical-coordinate representation of color #49D176: hue angle of 139.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D176 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 118 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.18 |
| HSL | 139.85º | 0.6% | 0.55% | - |
| HSV(B) | 139.85º | 0.65% | 0.82% | - |
| XYZ | 28.82 | 48.33 | 24.95 | - |
| YUV | 157.96 | 105.44 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 118 | 0.65 | 0 | 0.44 | 0.18 | 139.85 | 0.6 | 0.55 |
| Hex | 49 | D1 | 76 | 41 | 0 | 2C | 12 | 8C | 3C | 37 |
| Octal | 111 | 321 | 166 | 101 | 0 | 54 | 22 | 214 | 74 | 67 |
| Binary | 1001001 | 11010001 | 1110110 | 1000001 | 0 | 101100 | 10010 | 10001100 | 111100 | 110111 |
Color Harmonies of #49D176
Complementary color
Monochromatic Colors of #49D176
Black with #49D176
Text Example
Text Example
White with #49D176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D176; }
p { color: rgb(73,209,118); }
H1.HeaderClassName
{
color: #49D176;
}
.AnyTagClassName
{
color: #49D176;
}
</style>
background-color css
<style>
a { background-color: #49D176; }
a { background-color: rgb(73,209,118); }
div.DivClassName
{
background-color: #49D176;
}
.BgClassName
{
background-color: #49D176;
}
</style>
border-color css
<style>
span { border-color: #49D176; }
span { border-color: rgb(73,209,118); }
td.TdClassName
{
border-color: #49D176;
}
.TagClassName
{
border-color: #49D176;
}
</style>