Shades of Emerald #49BB6C
Tints of Emerald #49BB6C
RGB
CMYK
RGB Variations
Color information
#49BB6C (or 0x49BB6C) is known color: Emerald. HEX triplet: 49, BB and 6C. RGB value is (73,187,108). Sum of RGB (Red+Green+Blue) = 73+187+108=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BB6C is #B64493. Grayscale: #909090. Windows color (decimal): -11945108 or 7125833. OLE color: 7125833.
HSL color Cylindrical-coordinate representation of color #49BB6C: hue angle of 138.42º 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 #49BB6C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 108 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.27 |
| HSL | 138.42º | 0.46% | 0.51% | - |
| HSV(B) | 138.42º | 0.61% | 0.73% | - |
| XYZ | 23.22 | 38.04 | 20.31 | - |
| YUV | 143.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 108 | 0.61 | 0 | 0.42 | 0.27 | 138.42 | 0.46 | 0.51 |
| Hex | 49 | BB | 6C | 3D | 0 | 2A | 1B | 8A | 2E | 33 |
| Octal | 111 | 273 | 154 | 75 | 0 | 52 | 33 | 212 | 56 | 63 |
| Binary | 1001001 | 10111011 | 1101100 | 111101 | 0 | 101010 | 11011 | 10001010 | 101110 | 110011 |
Color Harmonies of #49BB6C
Complementary color
Monochromatic Colors of #49BB6C
Black with #49BB6C
Text Example
Text Example
White with #49BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB6C; }
p { color: rgb(73,187,108); }
H1.HeaderClassName
{
color: #49BB6C;
}
.AnyTagClassName
{
color: #49BB6C;
}
</style>
background-color css
<style>
a { background-color: #49BB6C; }
a { background-color: rgb(73,187,108); }
div.DivClassName
{
background-color: #49BB6C;
}
.BgClassName
{
background-color: #49BB6C;
}
</style>
border-color css
<style>
span { border-color: #49BB6C; }
span { border-color: rgb(73,187,108); }
td.TdClassName
{
border-color: #49BB6C;
}
.TagClassName
{
border-color: #49BB6C;
}
</style>