Shades of Emerald #49C487
Tints of Emerald #49C487
RGB
CMYK
RGB Variations
Color information
#49C487 (or 0x49C487) is known color: Emerald. HEX triplet: 49, C4 and 87. RGB value is (73,196,135). Sum of RGB (Red+Green+Blue) = 73+196+135=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #49C487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C487 is #B63B78. Grayscale: #989898. Windows color (decimal): -11942777 or 8897609. OLE color: 8897609.
HSL color Cylindrical-coordinate representation of color #49C487: hue angle of 150.24º 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 #49C487 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 135 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.23 |
| HSL | 150.24º | 0.51% | 0.53% | - |
| HSV(B) | 150.24º | 0.63% | 0.77% | - |
| XYZ | 26.86 | 42.65 | 29.74 | - |
| YUV | 152.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 135 | 0.63 | 0 | 0.31 | 0.23 | 150.24 | 0.51 | 0.53 |
| Hex | 49 | C4 | 87 | 3F | 0 | 1F | 17 | 96 | 33 | 35 |
| Octal | 111 | 304 | 207 | 77 | 0 | 37 | 27 | 226 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10000111 | 111111 | 0 | 11111 | 10111 | 10010110 | 110011 | 110101 |
Color Harmonies of #49C487
Complementary color
Monochromatic Colors of #49C487
Black with #49C487
Text Example
Text Example
White with #49C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C487; }
p { color: rgb(73,196,135); }
H1.HeaderClassName
{
color: #49C487;
}
.AnyTagClassName
{
color: #49C487;
}
</style>
background-color css
<style>
a { background-color: #49C487; }
a { background-color: rgb(73,196,135); }
div.DivClassName
{
background-color: #49C487;
}
.BgClassName
{
background-color: #49C487;
}
</style>
border-color css
<style>
span { border-color: #49C487; }
span { border-color: rgb(73,196,135); }
td.TdClassName
{
border-color: #49C487;
}
.TagClassName
{
border-color: #49C487;
}
</style>