Shades of Emerald #49C45D
Tints of Emerald #49C45D
RGB
CMYK
RGB Variations
Color information
#49C45D (or 0x49C45D) is known color: Emerald. HEX triplet: 49, C4 and 5D. RGB value is (73,196,93). Sum of RGB (Red+Green+Blue) = 73+196+93=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #49C45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C45D is #B63BA2. Grayscale: #939393. Windows color (decimal): -11942819 or 6145097. OLE color: 6145097.
HSL color Cylindrical-coordinate representation of color #49C45D: hue angle of 129.76º 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 #49C45D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 93 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.23 |
| HSL | 129.76º | 0.51% | 0.53% | - |
| HSV(B) | 129.76º | 0.63% | 0.77% | - |
| XYZ | 24.46 | 41.69 | 17.11 | - |
| YUV | 147.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 93 | 0.63 | 0 | 0.53 | 0.23 | 129.76 | 0.51 | 0.53 |
| Hex | 49 | C4 | 5D | 3F | 0 | 35 | 17 | 82 | 33 | 35 |
| Octal | 111 | 304 | 135 | 77 | 0 | 65 | 27 | 202 | 63 | 65 |
| Binary | 1001001 | 11000100 | 1011101 | 111111 | 0 | 110101 | 10111 | 10000010 | 110011 | 110101 |
Color Harmonies of #49C45D
Complementary color
Monochromatic Colors of #49C45D
Black with #49C45D
Text Example
Text Example
White with #49C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C45D; }
p { color: rgb(73,196,93); }
H1.HeaderClassName
{
color: #49C45D;
}
.AnyTagClassName
{
color: #49C45D;
}
</style>
background-color css
<style>
a { background-color: #49C45D; }
a { background-color: rgb(73,196,93); }
div.DivClassName
{
background-color: #49C45D;
}
.BgClassName
{
background-color: #49C45D;
}
</style>
border-color css
<style>
span { border-color: #49C45D; }
span { border-color: rgb(73,196,93); }
td.TdClassName
{
border-color: #49C45D;
}
.TagClassName
{
border-color: #49C45D;
}
</style>