Shades of Emerald #49C367
Tints of Emerald #49C367
RGB
CMYK
RGB Variations
Color information
#49C367 (or 0x49C367) is known color: Emerald. HEX triplet: 49, C3 and 67. RGB value is (73,195,103). Sum of RGB (Red+Green+Blue) = 73+195+103=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #49C367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C367 is #B63C98. Grayscale: #949494. Windows color (decimal): -11943065 or 6800201. OLE color: 6800201.
HSL color Cylindrical-coordinate representation of color #49C367: hue angle of 134.75º 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 #49C367 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 103 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.24 |
| HSL | 134.75º | 0.5% | 0.53% | - |
| HSV(B) | 134.75º | 0.63% | 0.76% | - |
| XYZ | 24.71 | 41.43 | 19.53 | - |
| YUV | 148.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 103 | 0.63 | 0 | 0.47 | 0.24 | 134.75 | 0.5 | 0.53 |
| Hex | 49 | C3 | 67 | 3F | 0 | 2F | 18 | 87 | 32 | 35 |
| Octal | 111 | 303 | 147 | 77 | 0 | 57 | 30 | 207 | 62 | 65 |
| Binary | 1001001 | 11000011 | 1100111 | 111111 | 0 | 101111 | 11000 | 10000111 | 110010 | 110101 |
Color Harmonies of #49C367
Complementary color
Monochromatic Colors of #49C367
Black with #49C367
Text Example
Text Example
White with #49C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C367; }
p { color: rgb(73,195,103); }
H1.HeaderClassName
{
color: #49C367;
}
.AnyTagClassName
{
color: #49C367;
}
</style>
background-color css
<style>
a { background-color: #49C367; }
a { background-color: rgb(73,195,103); }
div.DivClassName
{
background-color: #49C367;
}
.BgClassName
{
background-color: #49C367;
}
</style>
border-color css
<style>
span { border-color: #49C367; }
span { border-color: rgb(73,195,103); }
td.TdClassName
{
border-color: #49C367;
}
.TagClassName
{
border-color: #49C367;
}
</style>