Shades of Emerald #49BD69
Tints of Emerald #49BD69
RGB
CMYK
RGB Variations
Color information
#49BD69 (or 0x49BD69) is known color: Emerald. HEX triplet: 49, BD and 69. RGB value is (73,189,105). Sum of RGB (Red+Green+Blue) = 73+189+105=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD69 is #B64296. Grayscale: #909090. Windows color (decimal): -11944599 or 6929737. OLE color: 6929737.
HSL color Cylindrical-coordinate representation of color #49BD69: hue angle of 136.55º 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 #49BD69 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 105 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.26 |
| HSL | 136.55º | 0.47% | 0.51% | - |
| HSV(B) | 136.55º | 0.61% | 0.74% | - |
| XYZ | 23.5 | 38.83 | 19.62 | - |
| YUV | 144.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 105 | 0.61 | 0 | 0.44 | 0.26 | 136.55 | 0.47 | 0.51 |
| Hex | 49 | BD | 69 | 3D | 0 | 2C | 1A | 89 | 2F | 33 |
| Octal | 111 | 275 | 151 | 75 | 0 | 54 | 32 | 211 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1101001 | 111101 | 0 | 101100 | 11010 | 10001001 | 101111 | 110011 |
Color Harmonies of #49BD69
Complementary color
Monochromatic Colors of #49BD69
Black with #49BD69
Text Example
Text Example
White with #49BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD69; }
p { color: rgb(73,189,105); }
H1.HeaderClassName
{
color: #49BD69;
}
.AnyTagClassName
{
color: #49BD69;
}
</style>
background-color css
<style>
a { background-color: #49BD69; }
a { background-color: rgb(73,189,105); }
div.DivClassName
{
background-color: #49BD69;
}
.BgClassName
{
background-color: #49BD69;
}
</style>
border-color css
<style>
span { border-color: #49BD69; }
span { border-color: rgb(73,189,105); }
td.TdClassName
{
border-color: #49BD69;
}
.TagClassName
{
border-color: #49BD69;
}
</style>