Shades of Emerald #49C565
Tints of Emerald #49C565
RGB
CMYK
RGB Variations
Color information
#49C565 (or 0x49C565) is known color: Emerald. HEX triplet: 49, C5 and 65. RGB value is (73,197,101). Sum of RGB (Red+Green+Blue) = 73+197+101=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #49C565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C565 is #B63A9A. Grayscale: #959595. Windows color (decimal): -11942555 or 6669641. OLE color: 6669641.
HSL color Cylindrical-coordinate representation of color #49C565: hue angle of 133.55º degrees, saturation: 0.52, 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 #49C565 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 197 | 101 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.23 |
| HSL | 133.55º | 0.52% | 0.53% | - |
| HSV(B) | 133.55º | 0.63% | 0.77% | - |
| XYZ | 25.06 | 42.29 | 19.15 | - |
| YUV | 148.98 | 100.92 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 197 | 101 | 0.63 | 0 | 0.49 | 0.23 | 133.55 | 0.52 | 0.53 |
| Hex | 49 | C5 | 65 | 3F | 0 | 31 | 17 | 86 | 34 | 35 |
| Octal | 111 | 305 | 145 | 77 | 0 | 61 | 27 | 206 | 64 | 65 |
| Binary | 1001001 | 11000101 | 1100101 | 111111 | 0 | 110001 | 10111 | 10000110 | 110100 | 110101 |
Color Harmonies of #49C565
Complementary color
Monochromatic Colors of #49C565
Black with #49C565
Text Example
Text Example
White with #49C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C565; }
p { color: rgb(73,197,101); }
H1.HeaderClassName
{
color: #49C565;
}
.AnyTagClassName
{
color: #49C565;
}
</style>
background-color css
<style>
a { background-color: #49C565; }
a { background-color: rgb(73,197,101); }
div.DivClassName
{
background-color: #49C565;
}
.BgClassName
{
background-color: #49C565;
}
</style>
border-color css
<style>
span { border-color: #49C565; }
span { border-color: rgb(73,197,101); }
td.TdClassName
{
border-color: #49C565;
}
.TagClassName
{
border-color: #49C565;
}
</style>