Shades of Emerald #49D367
Tints of Emerald #49D367
RGB
CMYK
RGB Variations
Color information
#49D367 (or 0x49D367) is known color: Emerald. HEX triplet: 49, D3 and 67. RGB value is (73,211,103). Sum of RGB (Red+Green+Blue) = 73+211+103=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #49D367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D367 is #B62C98. Grayscale: #9D9D9D. Windows color (decimal): -11938969 or 6804297. OLE color: 6804297.
HSL color Cylindrical-coordinate representation of color #49D367: hue angle of 133.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D367 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 211 | 103 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.17 |
| HSL | 133.04º | 0.61% | 0.56% | - |
| HSV(B) | 133.04º | 0.65% | 0.83% | - |
| XYZ | 28.49 | 48.98 | 20.79 | - |
| YUV | 157.43 | 97.28 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 103 | 0.65 | 0 | 0.51 | 0.17 | 133.04 | 0.61 | 0.56 |
| Hex | 49 | D3 | 67 | 41 | 0 | 33 | 11 | 85 | 3D | 38 |
| Octal | 111 | 323 | 147 | 101 | 0 | 63 | 21 | 205 | 75 | 70 |
| Binary | 1001001 | 11010011 | 1100111 | 1000001 | 0 | 110011 | 10001 | 10000101 | 111101 | 111000 |
Color Harmonies of #49D367
Complementary color
Monochromatic Colors of #49D367
Black with #49D367
Text Example
Text Example
White with #49D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D367; }
p { color: rgb(73,211,103); }
H1.HeaderClassName
{
color: #49D367;
}
.AnyTagClassName
{
color: #49D367;
}
</style>
background-color css
<style>
a { background-color: #49D367; }
a { background-color: rgb(73,211,103); }
div.DivClassName
{
background-color: #49D367;
}
.BgClassName
{
background-color: #49D367;
}
</style>
border-color css
<style>
span { border-color: #49D367; }
span { border-color: rgb(73,211,103); }
td.TdClassName
{
border-color: #49D367;
}
.TagClassName
{
border-color: #49D367;
}
</style>