Shades of Emerald #49C58C
Tints of Emerald #49C58C
RGB
CMYK
RGB Variations
Color information
#49C58C (or 0x49C58C) is known color: Emerald. HEX triplet: 49, C5 and 8C. RGB value is (73,197,140). Sum of RGB (Red+Green+Blue) = 73+197+140=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #49C58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C58C is #B63A73. Grayscale: #999999. Windows color (decimal): -11942516 or 9225545. OLE color: 9225545.
HSL color Cylindrical-coordinate representation of color #49C58C: hue angle of 152.42º degrees, saturation: 0.52, 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 #49C58C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 140 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.23 |
| HSL | 152.42º | 0.52% | 0.53% | - |
| HSV(B) | 152.42º | 0.63% | 0.77% | - |
| XYZ | 27.45 | 43.24 | 31.71 | - |
| YUV | 153.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 140 | 0.63 | 0 | 0.29 | 0.23 | 152.42 | 0.52 | 0.53 |
| Hex | 49 | C5 | 8C | 3F | 0 | 1D | 17 | 98 | 34 | 35 |
| Octal | 111 | 305 | 214 | 77 | 0 | 35 | 27 | 230 | 64 | 65 |
| Binary | 1001001 | 11000101 | 10001100 | 111111 | 0 | 11101 | 10111 | 10011000 | 110100 | 110101 |
Color Harmonies of #49C58C
Complementary color
Monochromatic Colors of #49C58C
Black with #49C58C
Text Example
Text Example
White with #49C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C58C; }
p { color: rgb(73,197,140); }
H1.HeaderClassName
{
color: #49C58C;
}
.AnyTagClassName
{
color: #49C58C;
}
</style>
background-color css
<style>
a { background-color: #49C58C; }
a { background-color: rgb(73,197,140); }
div.DivClassName
{
background-color: #49C58C;
}
.BgClassName
{
background-color: #49C58C;
}
</style>
border-color css
<style>
span { border-color: #49C58C; }
span { border-color: rgb(73,197,140); }
td.TdClassName
{
border-color: #49C58C;
}
.TagClassName
{
border-color: #49C58C;
}
</style>