Shades of Emerald #49D58B
Tints of Emerald #49D58B
RGB
CMYK
RGB Variations
Color information
#49D58B (or 0x49D58B) is known color: Emerald. HEX triplet: 49, D5 and 8B. RGB value is (73,213,139). Sum of RGB (Red+Green+Blue) = 73+213+139=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #49D58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D58B is #B62A74. Grayscale: #A2A2A2. Windows color (decimal): -11938421 or 9164105. OLE color: 9164105.
HSL color Cylindrical-coordinate representation of color #49D58B: hue angle of 148.29º 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 #49D58B is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 139 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.16 |
| HSL | 148.29º | 0.63% | 0.56% | - |
| HSV(B) | 148.29º | 0.66% | 0.84% | - |
| XYZ | 31.2 | 50.87 | 32.6 | - |
| YUV | 162.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 139 | 0.66 | 0 | 0.35 | 0.16 | 148.29 | 0.63 | 0.56 |
| Hex | 49 | D5 | 8B | 42 | 0 | 23 | 10 | 94 | 3E | 38 |
| Octal | 111 | 325 | 213 | 102 | 0 | 43 | 20 | 224 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10001011 | 1000010 | 0 | 100011 | 10000 | 10010100 | 111110 | 111000 |
Color Harmonies of #49D58B
Complementary color
Monochromatic Colors of #49D58B
Black with #49D58B
Text Example
Text Example
White with #49D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D58B; }
p { color: rgb(73,213,139); }
H1.HeaderClassName
{
color: #49D58B;
}
.AnyTagClassName
{
color: #49D58B;
}
</style>
background-color css
<style>
a { background-color: #49D58B; }
a { background-color: rgb(73,213,139); }
div.DivClassName
{
background-color: #49D58B;
}
.BgClassName
{
background-color: #49D58B;
}
</style>
border-color css
<style>
span { border-color: #49D58B; }
span { border-color: rgb(73,213,139); }
td.TdClassName
{
border-color: #49D58B;
}
.TagClassName
{
border-color: #49D58B;
}
</style>