Shades of Emerald #49C478
Tints of Emerald #49C478
RGB
CMYK
RGB Variations
Color information
#49C478 (or 0x49C478) is known color: Emerald. HEX triplet: 49, C4 and 78. RGB value is (73,196,120). Sum of RGB (Red+Green+Blue) = 73+196+120=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #49C478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C478 is #B63B87. Grayscale: #969696. Windows color (decimal): -11942792 or 7914569. OLE color: 7914569.
HSL color Cylindrical-coordinate representation of color #49C478: hue angle of 142.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C478 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 120 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.23 |
| HSL | 142.93º | 0.51% | 0.53% | - |
| HSV(B) | 142.93º | 0.63% | 0.77% | - |
| XYZ | 25.88 | 42.25 | 24.56 | - |
| YUV | 150.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 120 | 0.63 | 0 | 0.39 | 0.23 | 142.93 | 0.51 | 0.53 |
| Hex | 49 | C4 | 78 | 3F | 0 | 27 | 17 | 8F | 33 | 35 |
| Octal | 111 | 304 | 170 | 77 | 0 | 47 | 27 | 217 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1111000 | 111111 | 0 | 100111 | 10111 | 10001111 | 110011 | 110101 |
Color Harmonies of #49C478
Complementary color
Monochromatic Colors of #49C478
Black with #49C478
Text Example
Text Example
White with #49C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C478; }
p { color: rgb(73,196,120); }
H1.HeaderClassName
{
color: #49C478;
}
.AnyTagClassName
{
color: #49C478;
}
</style>
background-color css
<style>
a { background-color: #49C478; }
a { background-color: rgb(73,196,120); }
div.DivClassName
{
background-color: #49C478;
}
.BgClassName
{
background-color: #49C478;
}
</style>
border-color css
<style>
span { border-color: #49C478; }
span { border-color: rgb(73,196,120); }
td.TdClassName
{
border-color: #49C478;
}
.TagClassName
{
border-color: #49C478;
}
</style>