Shades of Emerald #49D069
Tints of Emerald #49D069
RGB
CMYK
RGB Variations
Color information
#49D069 (or 0x49D069) is known color: Emerald. HEX triplet: 49, D0 and 69. RGB value is (73,208,105). Sum of RGB (Red+Green+Blue) = 73+208+105=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #49D069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D069 is #B62F96. Grayscale: #9C9C9C. Windows color (decimal): -11939735 or 6934601. OLE color: 6934601.
HSL color Cylindrical-coordinate representation of color #49D069: hue angle of 134.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D069 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 208 | 105 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.18 |
| HSL | 134.22º | 0.59% | 0.55% | - |
| HSV(B) | 134.22º | 0.65% | 0.82% | - |
| XYZ | 27.85 | 47.55 | 21.07 | - |
| YUV | 155.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 208 | 105 | 0.65 | 0 | 0.50 | 0.18 | 134.22 | 0.59 | 0.55 |
| Hex | 49 | D0 | 69 | 41 | 0 | 32 | 12 | 86 | 3B | 37 |
| Octal | 111 | 320 | 151 | 101 | 0 | 62 | 22 | 206 | 73 | 67 |
| Binary | 1001001 | 11010000 | 1101001 | 1000001 | 0 | 110010 | 10010 | 10000110 | 111011 | 110111 |
Color Harmonies of #49D069
Complementary color
Monochromatic Colors of #49D069
Black with #49D069
Text Example
Text Example
White with #49D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D069; }
p { color: rgb(73,208,105); }
H1.HeaderClassName
{
color: #49D069;
}
.AnyTagClassName
{
color: #49D069;
}
</style>
background-color css
<style>
a { background-color: #49D069; }
a { background-color: rgb(73,208,105); }
div.DivClassName
{
background-color: #49D069;
}
.BgClassName
{
background-color: #49D069;
}
</style>
border-color css
<style>
span { border-color: #49D069; }
span { border-color: rgb(73,208,105); }
td.TdClassName
{
border-color: #49D069;
}
.TagClassName
{
border-color: #49D069;
}
</style>