Shades of Emerald #49C366
Tints of Emerald #49C366
RGB
CMYK
RGB Variations
Color information
#49C366 (or 0x49C366) is known color: Emerald. HEX triplet: 49, C3 and 66. RGB value is (73,195,102). Sum of RGB (Red+Green+Blue) = 73+195+102=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #49C366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C366 is #B63C99. Grayscale: #949494. Windows color (decimal): -11943066 or 6734665. OLE color: 6734665.
HSL color Cylindrical-coordinate representation of color #49C366: hue angle of 134.26º 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 #49C366 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 102 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.24 |
| HSL | 134.26º | 0.5% | 0.53% | - |
| HSV(B) | 134.26º | 0.63% | 0.76% | - |
| XYZ | 24.66 | 41.41 | 19.26 | - |
| YUV | 147.92 | 102.08 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 102 | 0.63 | 0 | 0.48 | 0.24 | 134.26 | 0.5 | 0.53 |
| Hex | 49 | C3 | 66 | 3F | 0 | 30 | 18 | 86 | 32 | 35 |
| Octal | 111 | 303 | 146 | 77 | 0 | 60 | 30 | 206 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1100110 | 111111 | 0 | 110000 | 11000 | 10000110 | 110010 | 110101 |
Color Harmonies of #49C366
Complementary color
Monochromatic Colors of #49C366
Black with #49C366
Text Example
Text Example
White with #49C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C366; }
p { color: rgb(73,195,102); }
H1.HeaderClassName
{
color: #49C366;
}
.AnyTagClassName
{
color: #49C366;
}
</style>
background-color css
<style>
a { background-color: #49C366; }
a { background-color: rgb(73,195,102); }
div.DivClassName
{
background-color: #49C366;
}
.BgClassName
{
background-color: #49C366;
}
</style>
border-color css
<style>
span { border-color: #49C366; }
span { border-color: rgb(73,195,102); }
td.TdClassName
{
border-color: #49C366;
}
.TagClassName
{
border-color: #49C366;
}
</style>