Shades of Emerald #49BB68
Tints of Emerald #49BB68
RGB
CMYK
RGB Variations
Color information
#49BB68 (or 0x49BB68) is known color: Emerald. HEX triplet: 49, BB and 68. RGB value is (73,187,104). Sum of RGB (Red+Green+Blue) = 73+187+104=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB68 is #B64497. Grayscale: #8F8F8F. Windows color (decimal): -11945112 or 6863689. OLE color: 6863689.
HSL color Cylindrical-coordinate representation of color #49BB68: hue angle of 136.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BB68 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 104 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.27 |
| HSL | 136.32º | 0.46% | 0.51% | - |
| HSV(B) | 136.32º | 0.61% | 0.73% | - |
| XYZ | 23.02 | 37.96 | 19.21 | - |
| YUV | 143.45 | 105.73 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 104 | 0.61 | 0 | 0.44 | 0.27 | 136.32 | 0.46 | 0.51 |
| Hex | 49 | BB | 68 | 3D | 0 | 2C | 1B | 88 | 2E | 33 |
| Octal | 111 | 273 | 150 | 75 | 0 | 54 | 33 | 210 | 56 | 63 |
| Binary | 1001001 | 10111011 | 1101000 | 111101 | 0 | 101100 | 11011 | 10001000 | 101110 | 110011 |
Color Harmonies of #49BB68
Complementary color
Monochromatic Colors of #49BB68
Black with #49BB68
Text Example
Text Example
White with #49BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB68; }
p { color: rgb(73,187,104); }
H1.HeaderClassName
{
color: #49BB68;
}
.AnyTagClassName
{
color: #49BB68;
}
</style>
background-color css
<style>
a { background-color: #49BB68; }
a { background-color: rgb(73,187,104); }
div.DivClassName
{
background-color: #49BB68;
}
.BgClassName
{
background-color: #49BB68;
}
</style>
border-color css
<style>
span { border-color: #49BB68; }
span { border-color: rgb(73,187,104); }
td.TdClassName
{
border-color: #49BB68;
}
.TagClassName
{
border-color: #49BB68;
}
</style>