Shades of Emerald #49D582
Tints of Emerald #49D582
RGB
CMYK
RGB Variations
Color information
#49D582 (or 0x49D582) is known color: Emerald. HEX triplet: 49, D5 and 82. RGB value is (73,213,130). Sum of RGB (Red+Green+Blue) = 73+213+130=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #49D582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D582 is #B62A7D. Grayscale: #A1A1A1. Windows color (decimal): -11938430 or 8574281. OLE color: 8574281.
HSL color Cylindrical-coordinate representation of color #49D582: hue angle of 144.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D582 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 130 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.16 |
| HSL | 144.43º | 0.63% | 0.56% | - |
| HSV(B) | 144.43º | 0.66% | 0.84% | - |
| XYZ | 30.57 | 50.62 | 29.28 | - |
| YUV | 161.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 130 | 0.66 | 0 | 0.39 | 0.16 | 144.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | 82 | 42 | 0 | 27 | 10 | 90 | 3E | 38 |
| Octal | 111 | 325 | 202 | 102 | 0 | 47 | 20 | 220 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10000010 | 1000010 | 0 | 100111 | 10000 | 10010000 | 111110 | 111000 |
Color Harmonies of #49D582
Complementary color
Monochromatic Colors of #49D582
Black with #49D582
Text Example
Text Example
White with #49D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D582; }
p { color: rgb(73,213,130); }
H1.HeaderClassName
{
color: #49D582;
}
.AnyTagClassName
{
color: #49D582;
}
</style>
background-color css
<style>
a { background-color: #49D582; }
a { background-color: rgb(73,213,130); }
div.DivClassName
{
background-color: #49D582;
}
.BgClassName
{
background-color: #49D582;
}
</style>
border-color css
<style>
span { border-color: #49D582; }
span { border-color: rgb(73,213,130); }
td.TdClassName
{
border-color: #49D582;
}
.TagClassName
{
border-color: #49D582;
}
</style>