Shades of Emerald #49C26E
Tints of Emerald #49C26E
RGB
CMYK
RGB Variations
Color information
#49C26E (or 0x49C26E) is known color: Emerald. HEX triplet: 49, C2 and 6E. RGB value is (73,194,110). Sum of RGB (Red+Green+Blue) = 73+194+110=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #49C26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C26E is #B63D91. Grayscale: #949494. Windows color (decimal): -11943314 or 7258697. OLE color: 7258697.
HSL color Cylindrical-coordinate representation of color #49C26E: hue angle of 138.35º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C26E is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 110 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.24 |
| HSL | 138.35º | 0.5% | 0.52% | - |
| HSV(B) | 138.35º | 0.62% | 0.76% | - |
| XYZ | 24.85 | 41.13 | 21.38 | - |
| YUV | 148.25 | 106.41 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 110 | 0.62 | 0 | 0.43 | 0.24 | 138.35 | 0.5 | 0.52 |
| Hex | 49 | C2 | 6E | 3E | 0 | 2B | 18 | 8A | 32 | 34 |
| Octal | 111 | 302 | 156 | 76 | 0 | 53 | 30 | 212 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1101110 | 111110 | 0 | 101011 | 11000 | 10001010 | 110010 | 110100 |
Color Harmonies of #49C26E
Complementary color
Monochromatic Colors of #49C26E
Black with #49C26E
Text Example
Text Example
White with #49C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C26E; }
p { color: rgb(73,194,110); }
H1.HeaderClassName
{
color: #49C26E;
}
.AnyTagClassName
{
color: #49C26E;
}
</style>
background-color css
<style>
a { background-color: #49C26E; }
a { background-color: rgb(73,194,110); }
div.DivClassName
{
background-color: #49C26E;
}
.BgClassName
{
background-color: #49C26E;
}
</style>
border-color css
<style>
span { border-color: #49C26E; }
span { border-color: rgb(73,194,110); }
td.TdClassName
{
border-color: #49C26E;
}
.TagClassName
{
border-color: #49C26E;
}
</style>