Shades of Emerald #49C183
Tints of Emerald #49C183
RGB
CMYK
RGB Variations
Color information
#49C183 (or 0x49C183) is known color: Emerald. HEX triplet: 49, C1 and 83. RGB value is (73,193,131). Sum of RGB (Red+Green+Blue) = 73+193+131=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #49C183 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C183 is #B63E7C. Grayscale: #969696. Windows color (decimal): -11943549 or 8634697. OLE color: 8634697.
HSL color Cylindrical-coordinate representation of color #49C183: hue angle of 149º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C183 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 131 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.24 |
| HSL | 149º | 0.49% | 0.52% | - |
| HSV(B) | 149º | 0.62% | 0.76% | - |
| XYZ | 25.91 | 41.2 | 28.06 | - |
| YUV | 150.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 131 | 0.62 | 0 | 0.32 | 0.24 | 149 | 0.49 | 0.52 |
| Hex | 49 | C1 | 83 | 3E | 0 | 20 | 18 | 95 | 31 | 34 |
| Octal | 111 | 301 | 203 | 76 | 0 | 40 | 30 | 225 | 61 | 64 |
| Binary | 1001001 | 11000001 | 10000011 | 111110 | 0 | 100000 | 11000 | 10010101 | 110001 | 110100 |
Color Harmonies of #49C183
Complementary color
Monochromatic Colors of #49C183
Black with #49C183
Text Example
Text Example
White with #49C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C183; }
p { color: rgb(73,193,131); }
H1.HeaderClassName
{
color: #49C183;
}
.AnyTagClassName
{
color: #49C183;
}
</style>
background-color css
<style>
a { background-color: #49C183; }
a { background-color: rgb(73,193,131); }
div.DivClassName
{
background-color: #49C183;
}
.BgClassName
{
background-color: #49C183;
}
</style>
border-color css
<style>
span { border-color: #49C183; }
span { border-color: rgb(73,193,131); }
td.TdClassName
{
border-color: #49C183;
}
.TagClassName
{
border-color: #49C183;
}
</style>