Shades of Emerald #49C064
Tints of Emerald #49C064
RGB
CMYK
RGB Variations
Color information
#49C064 (or 0x49C064) is known color: Emerald. HEX triplet: 49, C0 and 64. RGB value is (73,192,100). Sum of RGB (Red+Green+Blue) = 73+192+100=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #49C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C064 is #B63F9B. Grayscale: #929292. Windows color (decimal): -11943836 or 6602825. OLE color: 6602825.
HSL color Cylindrical-coordinate representation of color #49C064: hue angle of 133.61º 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 #49C064 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 100 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.25 |
| HSL | 133.61º | 0.49% | 0.52% | - |
| HSV(B) | 133.61º | 0.62% | 0.75% | - |
| XYZ | 23.9 | 40.04 | 18.52 | - |
| YUV | 145.93 | 102.08 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 100 | 0.62 | 0 | 0.48 | 0.25 | 133.61 | 0.49 | 0.52 |
| Hex | 49 | C0 | 64 | 3E | 0 | 30 | 19 | 86 | 31 | 34 |
| Octal | 111 | 300 | 144 | 76 | 0 | 60 | 31 | 206 | 61 | 64 |
| Binary | 1001001 | 11000000 | 1100100 | 111110 | 0 | 110000 | 11001 | 10000110 | 110001 | 110100 |
Color Harmonies of #49C064
Complementary color
Monochromatic Colors of #49C064
Black with #49C064
Text Example
Text Example
White with #49C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C064; }
p { color: rgb(73,192,100); }
H1.HeaderClassName
{
color: #49C064;
}
.AnyTagClassName
{
color: #49C064;
}
</style>
background-color css
<style>
a { background-color: #49C064; }
a { background-color: rgb(73,192,100); }
div.DivClassName
{
background-color: #49C064;
}
.BgClassName
{
background-color: #49C064;
}
</style>
border-color css
<style>
span { border-color: #49C064; }
span { border-color: rgb(73,192,100); }
td.TdClassName
{
border-color: #49C064;
}
.TagClassName
{
border-color: #49C064;
}
</style>