Shades of Emerald #49C68C
Tints of Emerald #49C68C
RGB
CMYK
RGB Variations
Color information
#49C68C (or 0x49C68C) is known color: Emerald. HEX triplet: 49, C6 and 8C. RGB value is (73,198,140). Sum of RGB (Red+Green+Blue) = 73+198+140=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #49C68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C68C is #B63973. Grayscale: #9A9A9A. Windows color (decimal): -11942260 or 9225801. OLE color: 9225801.
HSL color Cylindrical-coordinate representation of color #49C68C: hue angle of 152.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C68C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 140 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.22 |
| HSL | 152.16º | 0.52% | 0.53% | - |
| HSV(B) | 152.16º | 0.63% | 0.78% | - |
| XYZ | 27.68 | 43.7 | 31.79 | - |
| YUV | 154.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 140 | 0.63 | 0 | 0.29 | 0.22 | 152.16 | 0.52 | 0.53 |
| Hex | 49 | C6 | 8C | 3F | 0 | 1D | 16 | 98 | 34 | 35 |
| Octal | 111 | 306 | 214 | 77 | 0 | 35 | 26 | 230 | 64 | 65 |
| Binary | 1001001 | 11000110 | 10001100 | 111111 | 0 | 11101 | 10110 | 10011000 | 110100 | 110101 |
Color Harmonies of #49C68C
Complementary color
Monochromatic Colors of #49C68C
Black with #49C68C
Text Example
Text Example
White with #49C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C68C; }
p { color: rgb(73,198,140); }
H1.HeaderClassName
{
color: #49C68C;
}
.AnyTagClassName
{
color: #49C68C;
}
</style>
background-color css
<style>
a { background-color: #49C68C; }
a { background-color: rgb(73,198,140); }
div.DivClassName
{
background-color: #49C68C;
}
.BgClassName
{
background-color: #49C68C;
}
</style>
border-color css
<style>
span { border-color: #49C68C; }
span { border-color: rgb(73,198,140); }
td.TdClassName
{
border-color: #49C68C;
}
.TagClassName
{
border-color: #49C68C;
}
</style>