Shades of Emerald #49C488
Tints of Emerald #49C488
RGB
CMYK
RGB Variations
Color information
#49C488 (or 0x49C488) is known color: Emerald. HEX triplet: 49, C4 and 88. RGB value is (73,196,136). Sum of RGB (Red+Green+Blue) = 73+196+136=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #49C488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C488 is #B63B77. Grayscale: #989898. Windows color (decimal): -11942776 or 8963145. OLE color: 8963145.
HSL color Cylindrical-coordinate representation of color #49C488: hue angle of 150.73º 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 #49C488 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 136 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.23 |
| HSL | 150.73º | 0.51% | 0.53% | - |
| HSV(B) | 150.73º | 0.63% | 0.77% | - |
| XYZ | 26.93 | 42.67 | 30.11 | - |
| YUV | 152.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 136 | 0.63 | 0 | 0.31 | 0.23 | 150.73 | 0.51 | 0.53 |
| Hex | 49 | C4 | 88 | 3F | 0 | 1F | 17 | 97 | 33 | 35 |
| Octal | 111 | 304 | 210 | 77 | 0 | 37 | 27 | 227 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10001000 | 111111 | 0 | 11111 | 10111 | 10010111 | 110011 | 110101 |
Color Harmonies of #49C488
Complementary color
Monochromatic Colors of #49C488
Black with #49C488
Text Example
Text Example
White with #49C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C488; }
p { color: rgb(73,196,136); }
H1.HeaderClassName
{
color: #49C488;
}
.AnyTagClassName
{
color: #49C488;
}
</style>
background-color css
<style>
a { background-color: #49C488; }
a { background-color: rgb(73,196,136); }
div.DivClassName
{
background-color: #49C488;
}
.BgClassName
{
background-color: #49C488;
}
</style>
border-color css
<style>
span { border-color: #49C488; }
span { border-color: rgb(73,196,136); }
td.TdClassName
{
border-color: #49C488;
}
.TagClassName
{
border-color: #49C488;
}
</style>