Shades of Emerald #49C47F
Tints of Emerald #49C47F
RGB
CMYK
RGB Variations
Color information
#49C47F (or 0x49C47F) is known color: Emerald. HEX triplet: 49, C4 and 7F. RGB value is (73,196,127). Sum of RGB (Red+Green+Blue) = 73+196+127=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #49C47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C47F is #B63B80. Grayscale: #979797. Windows color (decimal): -11942785 or 8373321. OLE color: 8373321.
HSL color Cylindrical-coordinate representation of color #49C47F: hue angle of 146.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C47F is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 127 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.23 |
| HSL | 146.34º | 0.51% | 0.53% | - |
| HSV(B) | 146.34º | 0.63% | 0.77% | - |
| XYZ | 26.32 | 42.43 | 26.88 | - |
| YUV | 151.36 | 114.25 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 127 | 0.63 | 0 | 0.35 | 0.23 | 146.34 | 0.51 | 0.53 |
| Hex | 49 | C4 | 7F | 3F | 0 | 23 | 17 | 92 | 33 | 35 |
| Octal | 111 | 304 | 177 | 77 | 0 | 43 | 27 | 222 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1111111 | 111111 | 0 | 100011 | 10111 | 10010010 | 110011 | 110101 |
Color Harmonies of #49C47F
Complementary color
Monochromatic Colors of #49C47F
Black with #49C47F
Text Example
Text Example
White with #49C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C47F; }
p { color: rgb(73,196,127); }
H1.HeaderClassName
{
color: #49C47F;
}
.AnyTagClassName
{
color: #49C47F;
}
</style>
background-color css
<style>
a { background-color: #49C47F; }
a { background-color: rgb(73,196,127); }
div.DivClassName
{
background-color: #49C47F;
}
.BgClassName
{
background-color: #49C47F;
}
</style>
border-color css
<style>
span { border-color: #49C47F; }
span { border-color: rgb(73,196,127); }
td.TdClassName
{
border-color: #49C47F;
}
.TagClassName
{
border-color: #49C47F;
}
</style>