Shades of Emerald #49D05A
Tints of Emerald #49D05A
RGB
CMYK
RGB Variations
Color information
#49D05A (or 0x49D05A) is known color: Emerald. HEX triplet: 49, D0 and 5A. RGB value is (73,208,90). Sum of RGB (Red+Green+Blue) = 73+208+90=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #49D05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D05A is #B62FA5. Grayscale: #9A9A9A. Windows color (decimal): -11939750 or 5951561. OLE color: 5951561.
HSL color Cylindrical-coordinate representation of color #49D05A: hue angle of 127.56º degrees, saturation: 0.59, 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 #49D05A is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 90 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.18 |
| HSL | 127.56º | 0.59% | 0.55% | - |
| HSV(B) | 127.56º | 0.65% | 0.82% | - |
| XYZ | 27.15 | 47.27 | 17.37 | - |
| YUV | 154.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 90 | 0.65 | 0 | 0.57 | 0.18 | 127.56 | 0.59 | 0.55 |
| Hex | 49 | D0 | 5A | 41 | 0 | 39 | 12 | 80 | 3B | 37 |
| Octal | 111 | 320 | 132 | 101 | 0 | 71 | 22 | 200 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1011010 | 1000001 | 0 | 111001 | 10010 | 10000000 | 111011 | 110111 |
Color Harmonies of #49D05A
Complementary color
Monochromatic Colors of #49D05A
Black with #49D05A
Text Example
Text Example
White with #49D05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D05A; }
p { color: rgb(73,208,90); }
H1.HeaderClassName
{
color: #49D05A;
}
.AnyTagClassName
{
color: #49D05A;
}
</style>
background-color css
<style>
a { background-color: #49D05A; }
a { background-color: rgb(73,208,90); }
div.DivClassName
{
background-color: #49D05A;
}
.BgClassName
{
background-color: #49D05A;
}
</style>
border-color css
<style>
span { border-color: #49D05A; }
span { border-color: rgb(73,208,90); }
td.TdClassName
{
border-color: #49D05A;
}
.TagClassName
{
border-color: #49D05A;
}
</style>