Shades of Emerald #49C37F
Tints of Emerald #49C37F
RGB
CMYK
RGB Variations
Color information
#49C37F (or 0x49C37F) is known color: Emerald. HEX triplet: 49, C3 and 7F. RGB value is (73,195,127). Sum of RGB (Red+Green+Blue) = 73+195+127=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #49C37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C37F is #B63C80. Grayscale: #969696. Windows color (decimal): -11943041 or 8373065. OLE color: 8373065.
HSL color Cylindrical-coordinate representation of color #49C37F: hue angle of 146.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C37F is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 127 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.24 |
| HSL | 146.56º | 0.5% | 0.53% | - |
| HSV(B) | 146.56º | 0.63% | 0.76% | - |
| XYZ | 26.09 | 41.98 | 26.81 | - |
| YUV | 150.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 127 | 0.63 | 0 | 0.35 | 0.24 | 146.56 | 0.5 | 0.53 |
| Hex | 49 | C3 | 7F | 3F | 0 | 23 | 18 | 93 | 32 | 35 |
| Octal | 111 | 303 | 177 | 77 | 0 | 43 | 30 | 223 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1111111 | 111111 | 0 | 100011 | 11000 | 10010011 | 110010 | 110101 |
Color Harmonies of #49C37F
Complementary color
Monochromatic Colors of #49C37F
Black with #49C37F
Text Example
Text Example
White with #49C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C37F; }
p { color: rgb(73,195,127); }
H1.HeaderClassName
{
color: #49C37F;
}
.AnyTagClassName
{
color: #49C37F;
}
</style>
background-color css
<style>
a { background-color: #49C37F; }
a { background-color: rgb(73,195,127); }
div.DivClassName
{
background-color: #49C37F;
}
.BgClassName
{
background-color: #49C37F;
}
</style>
border-color css
<style>
span { border-color: #49C37F; }
span { border-color: rgb(73,195,127); }
td.TdClassName
{
border-color: #49C37F;
}
.TagClassName
{
border-color: #49C37F;
}
</style>