Shades of Emerald #49C76B
Tints of Emerald #49C76B
RGB
CMYK
RGB Variations
Color information
#49C76B (or 0x49C76B) is known color: Emerald. HEX triplet: 49, C7 and 6B. RGB value is (73,199,107). Sum of RGB (Red+Green+Blue) = 73+199+107=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 199 (78.12% from 255 or 52.51% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 199 - color contains mainly: green. Hex color #49C76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C76B is #B63894. Grayscale: #979797. Windows color (decimal): -11942037 or 7063369. OLE color: 7063369.
HSL color Cylindrical-coordinate representation of color #49C76B: hue angle of 136.19º degrees, saturation: 0.53, 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 #49C76B is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 199 | 107 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.22 |
| HSL | 136.19º | 0.53% | 0.53% | - |
| HSV(B) | 136.19º | 0.63% | 0.78% | - |
| XYZ | 25.82 | 43.32 | 20.91 | - |
| YUV | 150.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 107 | 0.63 | 0 | 0.46 | 0.22 | 136.19 | 0.53 | 0.53 |
| Hex | 49 | C7 | 6B | 3F | 0 | 2E | 16 | 88 | 35 | 35 |
| Octal | 111 | 307 | 153 | 77 | 0 | 56 | 26 | 210 | 65 | 65 |
| Binary | 1001001 | 11000111 | 1101011 | 111111 | 0 | 101110 | 10110 | 10001000 | 110101 | 110101 |
Color Harmonies of #49C76B
Complementary color
Monochromatic Colors of #49C76B
Black with #49C76B
Text Example
Text Example
White with #49C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C76B; }
p { color: rgb(73,199,107); }
H1.HeaderClassName
{
color: #49C76B;
}
.AnyTagClassName
{
color: #49C76B;
}
</style>
background-color css
<style>
a { background-color: #49C76B; }
a { background-color: rgb(73,199,107); }
div.DivClassName
{
background-color: #49C76B;
}
.BgClassName
{
background-color: #49C76B;
}
</style>
border-color css
<style>
span { border-color: #49C76B; }
span { border-color: rgb(73,199,107); }
td.TdClassName
{
border-color: #49C76B;
}
.TagClassName
{
border-color: #49C76B;
}
</style>