Shades of Emerald #49C370
Tints of Emerald #49C370
RGB
CMYK
RGB Variations
Color information
#49C370 (or 0x49C370) is known color: Emerald. HEX triplet: 49, C3 and 70. RGB value is (73,195,112). Sum of RGB (Red+Green+Blue) = 73+195+112=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #49C370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C370 is #B63C8F. Grayscale: #959595. Windows color (decimal): -11943056 or 7390025. OLE color: 7390025.
HSL color Cylindrical-coordinate representation of color #49C370: hue angle of 139.18º 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 #49C370 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 112 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.24 |
| HSL | 139.18º | 0.5% | 0.53% | - |
| HSV(B) | 139.18º | 0.63% | 0.76% | - |
| XYZ | 25.19 | 41.62 | 22.03 | - |
| YUV | 149.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 112 | 0.63 | 0 | 0.43 | 0.24 | 139.18 | 0.5 | 0.53 |
| Hex | 49 | C3 | 70 | 3F | 0 | 2B | 18 | 8B | 32 | 35 |
| Octal | 111 | 303 | 160 | 77 | 0 | 53 | 30 | 213 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1110000 | 111111 | 0 | 101011 | 11000 | 10001011 | 110010 | 110101 |
Color Harmonies of #49C370
Complementary color
Monochromatic Colors of #49C370
Black with #49C370
Text Example
Text Example
White with #49C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C370; }
p { color: rgb(73,195,112); }
H1.HeaderClassName
{
color: #49C370;
}
.AnyTagClassName
{
color: #49C370;
}
</style>
background-color css
<style>
a { background-color: #49C370; }
a { background-color: rgb(73,195,112); }
div.DivClassName
{
background-color: #49C370;
}
.BgClassName
{
background-color: #49C370;
}
</style>
border-color css
<style>
span { border-color: #49C370; }
span { border-color: rgb(73,195,112); }
td.TdClassName
{
border-color: #49C370;
}
.TagClassName
{
border-color: #49C370;
}
</style>