Shades of Emerald #49C65C
Tints of Emerald #49C65C
RGB
CMYK
RGB Variations
Color information
#49C65C (or 0x49C65C) is known color: Emerald. HEX triplet: 49, C6 and 5C. RGB value is (73,198,92). Sum of RGB (Red+Green+Blue) = 73+198+92=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #49C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C65C is #B639A3. Grayscale: #949494. Windows color (decimal): -11942308 or 6080073. OLE color: 6080073.
HSL color Cylindrical-coordinate representation of color #49C65C: hue angle of 129.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C65C is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 92 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.22 |
| HSL | 129.12º | 0.52% | 0.53% | - |
| HSV(B) | 129.12º | 0.63% | 0.78% | - |
| XYZ | 24.87 | 42.58 | 17.03 | - |
| YUV | 148.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 92 | 0.63 | 0 | 0.54 | 0.22 | 129.12 | 0.52 | 0.53 |
| Hex | 49 | C6 | 5C | 3F | 0 | 36 | 16 | 81 | 34 | 35 |
| Octal | 111 | 306 | 134 | 77 | 0 | 66 | 26 | 201 | 64 | 65 |
| Binary | 1001001 | 11000110 | 1011100 | 111111 | 0 | 110110 | 10110 | 10000001 | 110100 | 110101 |
Color Harmonies of #49C65C
Complementary color
Monochromatic Colors of #49C65C
Black with #49C65C
Text Example
Text Example
White with #49C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C65C; }
p { color: rgb(73,198,92); }
H1.HeaderClassName
{
color: #49C65C;
}
.AnyTagClassName
{
color: #49C65C;
}
</style>
background-color css
<style>
a { background-color: #49C65C; }
a { background-color: rgb(73,198,92); }
div.DivClassName
{
background-color: #49C65C;
}
.BgClassName
{
background-color: #49C65C;
}
</style>
border-color css
<style>
span { border-color: #49C65C; }
span { border-color: rgb(73,198,92); }
td.TdClassName
{
border-color: #49C65C;
}
.TagClassName
{
border-color: #49C65C;
}
</style>