Shades of Emerald #49BD65
Tints of Emerald #49BD65
RGB
CMYK
RGB Variations
Color information
#49BD65 (or 0x49BD65) is known color: Emerald. HEX triplet: 49, BD and 65. RGB value is (73,189,101). Sum of RGB (Red+Green+Blue) = 73+189+101=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD65 is #B6429A. Grayscale: #909090. Windows color (decimal): -11944603 or 6667593. OLE color: 6667593.
HSL color Cylindrical-coordinate representation of color #49BD65: hue angle of 134.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BD65 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 101 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.26 |
| HSL | 134.48º | 0.47% | 0.51% | - |
| HSV(B) | 134.48º | 0.61% | 0.74% | - |
| XYZ | 23.29 | 38.75 | 18.56 | - |
| YUV | 144.28 | 103.57 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 101 | 0.61 | 0 | 0.47 | 0.26 | 134.48 | 0.47 | 0.51 |
| Hex | 49 | BD | 65 | 3D | 0 | 2F | 1A | 86 | 2F | 33 |
| Octal | 111 | 275 | 145 | 75 | 0 | 57 | 32 | 206 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1100101 | 111101 | 0 | 101111 | 11010 | 10000110 | 101111 | 110011 |
Color Harmonies of #49BD65
Complementary color
Monochromatic Colors of #49BD65
Black with #49BD65
Text Example
Text Example
White with #49BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD65; }
p { color: rgb(73,189,101); }
H1.HeaderClassName
{
color: #49BD65;
}
.AnyTagClassName
{
color: #49BD65;
}
</style>
background-color css
<style>
a { background-color: #49BD65; }
a { background-color: rgb(73,189,101); }
div.DivClassName
{
background-color: #49BD65;
}
.BgClassName
{
background-color: #49BD65;
}
</style>
border-color css
<style>
span { border-color: #49BD65; }
span { border-color: rgb(73,189,101); }
td.TdClassName
{
border-color: #49BD65;
}
.TagClassName
{
border-color: #49BD65;
}
</style>