Shades of Emerald #49BD67
Tints of Emerald #49BD67
RGB
CMYK
RGB Variations
Color information
#49BD67 (or 0x49BD67) is known color: Emerald. HEX triplet: 49, BD and 67. RGB value is (73,189,103). Sum of RGB (Red+Green+Blue) = 73+189+103=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #49BD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BD67 is #B64298. Grayscale: #909090. Windows color (decimal): -11944601 or 6798665. OLE color: 6798665.
HSL color Cylindrical-coordinate representation of color #49BD67: hue angle of 135.52º 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 #49BD67 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 189 | 103 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.26 |
| HSL | 135.52º | 0.47% | 0.51% | - |
| HSV(B) | 135.52º | 0.61% | 0.74% | - |
| XYZ | 23.39 | 38.79 | 19.09 | - |
| YUV | 144.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 189 | 103 | 0.61 | 0 | 0.46 | 0.26 | 135.52 | 0.47 | 0.51 |
| Hex | 49 | BD | 67 | 3D | 0 | 2E | 1A | 88 | 2F | 33 |
| Octal | 111 | 275 | 147 | 75 | 0 | 56 | 32 | 210 | 57 | 63 |
| Binary | 1001001 | 10111101 | 1100111 | 111101 | 0 | 101110 | 11010 | 10001000 | 101111 | 110011 |
Color Harmonies of #49BD67
Complementary color
Monochromatic Colors of #49BD67
Black with #49BD67
Text Example
Text Example
White with #49BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BD67; }
p { color: rgb(73,189,103); }
H1.HeaderClassName
{
color: #49BD67;
}
.AnyTagClassName
{
color: #49BD67;
}
</style>
background-color css
<style>
a { background-color: #49BD67; }
a { background-color: rgb(73,189,103); }
div.DivClassName
{
background-color: #49BD67;
}
.BgClassName
{
background-color: #49BD67;
}
</style>
border-color css
<style>
span { border-color: #49BD67; }
span { border-color: rgb(73,189,103); }
td.TdClassName
{
border-color: #49BD67;
}
.TagClassName
{
border-color: #49BD67;
}
</style>