Shades of Emerald #49C088
Tints of Emerald #49C088
RGB
CMYK
RGB Variations
Color information
#49C088 (or 0x49C088) is known color: Emerald. HEX triplet: 49, C0 and 88. RGB value is (73,192,136). Sum of RGB (Red+Green+Blue) = 73+192+136=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #49C088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C088 is #B63F77. Grayscale: #969696. Windows color (decimal): -11943800 or 8962121. OLE color: 8962121.
HSL color Cylindrical-coordinate representation of color #49C088: hue angle of 151.76º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C088 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 136 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.25 |
| HSL | 151.76º | 0.49% | 0.52% | - |
| HSV(B) | 151.76º | 0.62% | 0.75% | - |
| XYZ | 26.04 | 40.89 | 29.81 | - |
| YUV | 150.04 | 120.08 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 136 | 0.62 | 0 | 0.29 | 0.25 | 151.76 | 0.49 | 0.52 |
| Hex | 49 | C0 | 88 | 3E | 0 | 1D | 19 | 98 | 31 | 34 |
| Octal | 111 | 300 | 210 | 76 | 0 | 35 | 31 | 230 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10001000 | 111110 | 0 | 11101 | 11001 | 10011000 | 110001 | 110100 |
Color Harmonies of #49C088
Complementary color
Monochromatic Colors of #49C088
Black with #49C088
Text Example
Text Example
White with #49C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C088; }
p { color: rgb(73,192,136); }
H1.HeaderClassName
{
color: #49C088;
}
.AnyTagClassName
{
color: #49C088;
}
</style>
background-color css
<style>
a { background-color: #49C088; }
a { background-color: rgb(73,192,136); }
div.DivClassName
{
background-color: #49C088;
}
.BgClassName
{
background-color: #49C088;
}
</style>
border-color css
<style>
span { border-color: #49C088; }
span { border-color: rgb(73,192,136); }
td.TdClassName
{
border-color: #49C088;
}
.TagClassName
{
border-color: #49C088;
}
</style>