Shades of Emerald #49D28C
Tints of Emerald #49D28C
RGB
CMYK
RGB Variations
Color information
#49D28C (or 0x49D28C) is known color: Emerald. HEX triplet: 49, D2 and 8C. RGB value is (73,210,140). Sum of RGB (Red+Green+Blue) = 73+210+140=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #49D28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D28C is #B62D73. Grayscale: #A1A1A1. Windows color (decimal): -11939188 or 9228873. OLE color: 9228873.
HSL color Cylindrical-coordinate representation of color #49D28C: hue angle of 149.34º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D28C is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 140 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.18 |
| HSL | 149.34º | 0.6% | 0.55% | - |
| HSV(B) | 149.34º | 0.65% | 0.82% | - |
| XYZ | 30.53 | 49.4 | 32.74 | - |
| YUV | 161.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 140 | 0.65 | 0 | 0.33 | 0.18 | 149.34 | 0.6 | 0.55 |
| Hex | 49 | D2 | 8C | 41 | 0 | 21 | 12 | 95 | 3C | 37 |
| Octal | 111 | 322 | 214 | 101 | 0 | 41 | 22 | 225 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10001100 | 1000001 | 0 | 100001 | 10010 | 10010101 | 111100 | 110111 |
Color Harmonies of #49D28C
Complementary color
Monochromatic Colors of #49D28C
Black with #49D28C
Text Example
Text Example
White with #49D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D28C; }
p { color: rgb(73,210,140); }
H1.HeaderClassName
{
color: #49D28C;
}
.AnyTagClassName
{
color: #49D28C;
}
</style>
background-color css
<style>
a { background-color: #49D28C; }
a { background-color: rgb(73,210,140); }
div.DivClassName
{
background-color: #49D28C;
}
.BgClassName
{
background-color: #49D28C;
}
</style>
border-color css
<style>
span { border-color: #49D28C; }
span { border-color: rgb(73,210,140); }
td.TdClassName
{
border-color: #49D28C;
}
.TagClassName
{
border-color: #49D28C;
}
</style>