Shades of Emerald #49C270
Tints of Emerald #49C270
RGB
CMYK
RGB Variations
Color information
#49C270 (or 0x49C270) is known color: Emerald. HEX triplet: 49, C2 and 70. RGB value is (73,194,112). Sum of RGB (Red+Green+Blue) = 73+194+112=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #49C270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C270 is #B63D8F. Grayscale: #949494. Windows color (decimal): -11943312 or 7389769. OLE color: 7389769.
HSL color Cylindrical-coordinate representation of color #49C270: hue angle of 139.34º degrees, saturation: 0.5, 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 #49C270 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 112 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.24 |
| HSL | 139.34º | 0.5% | 0.52% | - |
| HSV(B) | 139.34º | 0.62% | 0.76% | - |
| XYZ | 24.96 | 41.17 | 21.96 | - |
| YUV | 148.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 112 | 0.62 | 0 | 0.42 | 0.24 | 139.34 | 0.5 | 0.52 |
| Hex | 49 | C2 | 70 | 3E | 0 | 2A | 18 | 8B | 32 | 34 |
| Octal | 111 | 302 | 160 | 76 | 0 | 52 | 30 | 213 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1110000 | 111110 | 0 | 101010 | 11000 | 10001011 | 110010 | 110100 |
Color Harmonies of #49C270
Complementary color
Monochromatic Colors of #49C270
Black with #49C270
Text Example
Text Example
White with #49C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C270; }
p { color: rgb(73,194,112); }
H1.HeaderClassName
{
color: #49C270;
}
.AnyTagClassName
{
color: #49C270;
}
</style>
background-color css
<style>
a { background-color: #49C270; }
a { background-color: rgb(73,194,112); }
div.DivClassName
{
background-color: #49C270;
}
.BgClassName
{
background-color: #49C270;
}
</style>
border-color css
<style>
span { border-color: #49C270; }
span { border-color: rgb(73,194,112); }
td.TdClassName
{
border-color: #49C270;
}
.TagClassName
{
border-color: #49C270;
}
</style>