Shades of Emerald #49C083
Tints of Emerald #49C083
RGB
CMYK
RGB Variations
Color information
#49C083 (or 0x49C083) is known color: Emerald. HEX triplet: 49, C0 and 83. RGB value is (73,192,131). Sum of RGB (Red+Green+Blue) = 73+192+131=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #49C083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C083 is #B63F7C. Grayscale: #959595. Windows color (decimal): -11943805 or 8634441. OLE color: 8634441.
HSL color Cylindrical-coordinate representation of color #49C083: hue angle of 149.24º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C083 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 131 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.25 |
| HSL | 149.24º | 0.49% | 0.52% | - |
| HSV(B) | 149.24º | 0.62% | 0.75% | - |
| XYZ | 25.69 | 40.75 | 27.98 | - |
| YUV | 149.47 | 117.58 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 131 | 0.62 | 0 | 0.32 | 0.25 | 149.24 | 0.49 | 0.52 |
| Hex | 49 | C0 | 83 | 3E | 0 | 20 | 19 | 95 | 31 | 34 |
| Octal | 111 | 300 | 203 | 76 | 0 | 40 | 31 | 225 | 61 | 64 |
| Binary | 1001001 | 11000000 | 10000011 | 111110 | 0 | 100000 | 11001 | 10010101 | 110001 | 110100 |
Color Harmonies of #49C083
Complementary color
Monochromatic Colors of #49C083
Black with #49C083
Text Example
Text Example
White with #49C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C083; }
p { color: rgb(73,192,131); }
H1.HeaderClassName
{
color: #49C083;
}
.AnyTagClassName
{
color: #49C083;
}
</style>
background-color css
<style>
a { background-color: #49C083; }
a { background-color: rgb(73,192,131); }
div.DivClassName
{
background-color: #49C083;
}
.BgClassName
{
background-color: #49C083;
}
</style>
border-color css
<style>
span { border-color: #49C083; }
span { border-color: rgb(73,192,131); }
td.TdClassName
{
border-color: #49C083;
}
.TagClassName
{
border-color: #49C083;
}
</style>