Shades of Emerald #49C378
Tints of Emerald #49C378
RGB
CMYK
RGB Variations
Color information
#49C378 (or 0x49C378) is known color: Emerald. HEX triplet: 49, C3 and 78. RGB value is (73,195,120). Sum of RGB (Red+Green+Blue) = 73+195+120=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #49C378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C378 is #B63C87. Grayscale: #969696. Windows color (decimal): -11943048 or 7914313. OLE color: 7914313.
HSL color Cylindrical-coordinate representation of color #49C378: hue angle of 143.11º 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 #49C378 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 120 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.24 |
| HSL | 143.11º | 0.5% | 0.53% | - |
| HSV(B) | 143.11º | 0.63% | 0.76% | - |
| XYZ | 25.65 | 41.8 | 24.49 | - |
| YUV | 149.97 | 111.08 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 120 | 0.63 | 0 | 0.38 | 0.24 | 143.11 | 0.5 | 0.53 |
| Hex | 49 | C3 | 78 | 3F | 0 | 26 | 18 | 8F | 32 | 35 |
| Octal | 111 | 303 | 170 | 77 | 0 | 46 | 30 | 217 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1111000 | 111111 | 0 | 100110 | 11000 | 10001111 | 110010 | 110101 |
Color Harmonies of #49C378
Complementary color
Monochromatic Colors of #49C378
Black with #49C378
Text Example
Text Example
White with #49C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C378; }
p { color: rgb(73,195,120); }
H1.HeaderClassName
{
color: #49C378;
}
.AnyTagClassName
{
color: #49C378;
}
</style>
background-color css
<style>
a { background-color: #49C378; }
a { background-color: rgb(73,195,120); }
div.DivClassName
{
background-color: #49C378;
}
.BgClassName
{
background-color: #49C378;
}
</style>
border-color css
<style>
span { border-color: #49C378; }
span { border-color: rgb(73,195,120); }
td.TdClassName
{
border-color: #49C378;
}
.TagClassName
{
border-color: #49C378;
}
</style>