Shades of Emerald #49C365
Tints of Emerald #49C365
RGB
CMYK
RGB Variations
Color information
#49C365 (or 0x49C365) is known color: Emerald. HEX triplet: 49, C3 and 65. RGB value is (73,195,101). Sum of RGB (Red+Green+Blue) = 73+195+101=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #49C365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C365 is #B63C9A. Grayscale: #949494. Windows color (decimal): -11943067 or 6669129. OLE color: 6669129.
HSL color Cylindrical-coordinate representation of color #49C365: hue angle of 133.77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C365 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 101 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.24 |
| HSL | 133.77º | 0.5% | 0.53% | - |
| HSV(B) | 133.77º | 0.63% | 0.76% | - |
| XYZ | 24.61 | 41.39 | 19 | - |
| YUV | 147.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 101 | 0.63 | 0 | 0.48 | 0.24 | 133.77 | 0.5 | 0.53 |
| Hex | 49 | C3 | 65 | 3F | 0 | 30 | 18 | 86 | 32 | 35 |
| Octal | 111 | 303 | 145 | 77 | 0 | 60 | 30 | 206 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1100101 | 111111 | 0 | 110000 | 11000 | 10000110 | 110010 | 110101 |
Color Harmonies of #49C365
Complementary color
Monochromatic Colors of #49C365
Black with #49C365
Text Example
Text Example
White with #49C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C365; }
p { color: rgb(73,195,101); }
H1.HeaderClassName
{
color: #49C365;
}
.AnyTagClassName
{
color: #49C365;
}
</style>
background-color css
<style>
a { background-color: #49C365; }
a { background-color: rgb(73,195,101); }
div.DivClassName
{
background-color: #49C365;
}
.BgClassName
{
background-color: #49C365;
}
</style>
border-color css
<style>
span { border-color: #49C365; }
span { border-color: rgb(73,195,101); }
td.TdClassName
{
border-color: #49C365;
}
.TagClassName
{
border-color: #49C365;
}
</style>