Shades of Emerald #49BE68
Tints of Emerald #49BE68
RGB
CMYK
RGB Variations
Color information
#49BE68 (or 0x49BE68) is known color: Emerald. HEX triplet: 49, BE and 68. RGB value is (73,190,104). Sum of RGB (Red+Green+Blue) = 73+190+104=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BE68 is #B64197. Grayscale: #919191. Windows color (decimal): -11944344 or 6864457. OLE color: 6864457.
HSL color Cylindrical-coordinate representation of color #49BE68: hue angle of 135.9º 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 #49BE68 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 104 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.25 |
| HSL | 135.9º | 0.47% | 0.52% | - |
| HSV(B) | 135.9º | 0.62% | 0.75% | - |
| XYZ | 23.66 | 39.24 | 19.42 | - |
| YUV | 145.21 | 104.74 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 104 | 0.62 | 0 | 0.45 | 0.25 | 135.9 | 0.47 | 0.52 |
| Hex | 49 | BE | 68 | 3E | 0 | 2D | 19 | 88 | 2F | 34 |
| Octal | 111 | 276 | 150 | 76 | 0 | 55 | 31 | 210 | 57 | 64 |
| Binary | 1001001 | 10111110 | 1101000 | 111110 | 0 | 101101 | 11001 | 10001000 | 101111 | 110100 |
Color Harmonies of #49BE68
Complementary color
Monochromatic Colors of #49BE68
Black with #49BE68
Text Example
Text Example
White with #49BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE68; }
p { color: rgb(73,190,104); }
H1.HeaderClassName
{
color: #49BE68;
}
.AnyTagClassName
{
color: #49BE68;
}
</style>
background-color css
<style>
a { background-color: #49BE68; }
a { background-color: rgb(73,190,104); }
div.DivClassName
{
background-color: #49BE68;
}
.BgClassName
{
background-color: #49BE68;
}
</style>
border-color css
<style>
span { border-color: #49BE68; }
span { border-color: rgb(73,190,104); }
td.TdClassName
{
border-color: #49BE68;
}
.TagClassName
{
border-color: #49BE68;
}
</style>