Shades of Emerald #49C484
Tints of Emerald #49C484
RGB
CMYK
RGB Variations
Color information
#49C484 (or 0x49C484) is known color: Emerald. HEX triplet: 49, C4 and 84. RGB value is (73,196,132). Sum of RGB (Red+Green+Blue) = 73+196+132=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #49C484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C484 is #B63B7B. Grayscale: #989898. Windows color (decimal): -11942780 or 8701001. OLE color: 8701001.
HSL color Cylindrical-coordinate representation of color #49C484: hue angle of 148.78º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C484 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 132 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.23 |
| HSL | 148.78º | 0.51% | 0.53% | - |
| HSV(B) | 148.78º | 0.63% | 0.77% | - |
| XYZ | 26.65 | 42.56 | 28.64 | - |
| YUV | 151.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 132 | 0.63 | 0 | 0.33 | 0.23 | 148.78 | 0.51 | 0.53 |
| Hex | 49 | C4 | 84 | 3F | 0 | 21 | 17 | 95 | 33 | 35 |
| Octal | 111 | 304 | 204 | 77 | 0 | 41 | 27 | 225 | 63 | 65 |
| Binary | 1001001 | 11000100 | 10000100 | 111111 | 0 | 100001 | 10111 | 10010101 | 110011 | 110101 |
Color Harmonies of #49C484
Complementary color
Monochromatic Colors of #49C484
Black with #49C484
Text Example
Text Example
White with #49C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C484; }
p { color: rgb(73,196,132); }
H1.HeaderClassName
{
color: #49C484;
}
.AnyTagClassName
{
color: #49C484;
}
</style>
background-color css
<style>
a { background-color: #49C484; }
a { background-color: rgb(73,196,132); }
div.DivClassName
{
background-color: #49C484;
}
.BgClassName
{
background-color: #49C484;
}
</style>
border-color css
<style>
span { border-color: #49C484; }
span { border-color: rgb(73,196,132); }
td.TdClassName
{
border-color: #49C484;
}
.TagClassName
{
border-color: #49C484;
}
</style>