Shades of Emerald #49C36B
Tints of Emerald #49C36B
RGB
CMYK
RGB Variations
Color information
#49C36B (or 0x49C36B) is known color: Emerald. HEX triplet: 49, C3 and 6B. RGB value is (73,195,107). Sum of RGB (Red+Green+Blue) = 73+195+107=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #49C36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C36B is #B63C94. Grayscale: #949494. Windows color (decimal): -11943061 or 7062345. OLE color: 7062345.
HSL color Cylindrical-coordinate representation of color #49C36B: hue angle of 136.72º 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 #49C36B is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 107 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.24 |
| HSL | 136.72º | 0.5% | 0.53% | - |
| HSV(B) | 136.72º | 0.63% | 0.76% | - |
| XYZ | 24.92 | 41.51 | 20.61 | - |
| YUV | 148.49 | 104.58 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 107 | 0.63 | 0 | 0.45 | 0.24 | 136.72 | 0.5 | 0.53 |
| Hex | 49 | C3 | 6B | 3F | 0 | 2D | 18 | 89 | 32 | 35 |
| Octal | 111 | 303 | 153 | 77 | 0 | 55 | 30 | 211 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1101011 | 111111 | 0 | 101101 | 11000 | 10001001 | 110010 | 110101 |
Color Harmonies of #49C36B
Complementary color
Monochromatic Colors of #49C36B
Black with #49C36B
Text Example
Text Example
White with #49C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C36B; }
p { color: rgb(73,195,107); }
H1.HeaderClassName
{
color: #49C36B;
}
.AnyTagClassName
{
color: #49C36B;
}
</style>
background-color css
<style>
a { background-color: #49C36B; }
a { background-color: rgb(73,195,107); }
div.DivClassName
{
background-color: #49C36B;
}
.BgClassName
{
background-color: #49C36B;
}
</style>
border-color css
<style>
span { border-color: #49C36B; }
span { border-color: rgb(73,195,107); }
td.TdClassName
{
border-color: #49C36B;
}
.TagClassName
{
border-color: #49C36B;
}
</style>