Shades of Emerald #49BE65
Tints of Emerald #49BE65
RGB
CMYK
RGB Variations
Color information
#49BE65 (or 0x49BE65) is known color: Emerald. HEX triplet: 49, BE and 65. RGB value is (73,190,101). Sum of RGB (Red+Green+Blue) = 73+190+101=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE65 is #B6419A. Grayscale: #919191. Windows color (decimal): -11944347 or 6667849. OLE color: 6667849.
HSL color Cylindrical-coordinate representation of color #49BE65: hue angle of 134.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE65 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 101 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.25 |
| HSL | 134.36º | 0.47% | 0.52% | - |
| HSV(B) | 134.36º | 0.62% | 0.75% | - |
| XYZ | 23.51 | 39.18 | 18.64 | - |
| YUV | 144.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 101 | 0.62 | 0 | 0.47 | 0.25 | 134.36 | 0.47 | 0.52 |
| Hex | 49 | BE | 65 | 3E | 0 | 2F | 19 | 86 | 2F | 34 |
| Octal | 111 | 276 | 145 | 76 | 0 | 57 | 31 | 206 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1100101 | 111110 | 0 | 101111 | 11001 | 10000110 | 101111 | 110100 |
Color Harmonies of #49BE65
Complementary color
Monochromatic Colors of #49BE65
Black with #49BE65
Text Example
Text Example
White with #49BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE65; }
p { color: rgb(73,190,101); }
H1.HeaderClassName
{
color: #49BE65;
}
.AnyTagClassName
{
color: #49BE65;
}
</style>
background-color css
<style>
a { background-color: #49BE65; }
a { background-color: rgb(73,190,101); }
div.DivClassName
{
background-color: #49BE65;
}
.BgClassName
{
background-color: #49BE65;
}
</style>
border-color css
<style>
span { border-color: #49BE65; }
span { border-color: rgb(73,190,101); }
td.TdClassName
{
border-color: #49BE65;
}
.TagClassName
{
border-color: #49BE65;
}
</style>