Shades of Emerald #49DB6A
Tints of Emerald #49DB6A
RGB
CMYK
RGB Variations
Color information
#49DB6A (or 0x49DB6A) is known color: Emerald. HEX triplet: 49, DB and 6A. RGB value is (73,219,106). Sum of RGB (Red+Green+Blue) = 73+219+106=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49DB6A is #B62495. Grayscale: #A2A2A2. Windows color (decimal): -11936918 or 7002953. OLE color: 7002953.
HSL color Cylindrical-coordinate representation of color #49DB6A: hue angle of 133.56º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB6A is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 106 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.14 |
| HSL | 133.56º | 0.67% | 0.57% | - |
| HSV(B) | 133.56º | 0.67% | 0.86% | - |
| XYZ | 30.68 | 53.12 | 22.27 | - |
| YUV | 162.46 | 96.13 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 106 | 0.67 | 0 | 0.52 | 0.14 | 133.56 | 0.67 | 0.57 |
| Hex | 49 | DB | 6A | 43 | 0 | 34 | E | 86 | 43 | 39 |
| Octal | 111 | 333 | 152 | 103 | 0 | 64 | 16 | 206 | 103 | 71 |
| Binary | 1001001 | 11011011 | 1101010 | 1000011 | 0 | 110100 | 1110 | 10000110 | 1000011 | 111001 |
Color Harmonies of #49DB6A
Complementary color
Monochromatic Colors of #49DB6A
Black with #49DB6A
Text Example
Text Example
White with #49DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DB6A; }
p { color: rgb(73,219,106); }
H1.HeaderClassName
{
color: #49DB6A;
}
.AnyTagClassName
{
color: #49DB6A;
}
</style>
background-color css
<style>
a { background-color: #49DB6A; }
a { background-color: rgb(73,219,106); }
div.DivClassName
{
background-color: #49DB6A;
}
.BgClassName
{
background-color: #49DB6A;
}
</style>
border-color css
<style>
span { border-color: #49DB6A; }
span { border-color: rgb(73,219,106); }
td.TdClassName
{
border-color: #49DB6A;
}
.TagClassName
{
border-color: #49DB6A;
}
</style>