Shades of Emerald #49BF6F
Tints of Emerald #49BF6F
RGB
CMYK
RGB Variations
Color information
#49BF6F (or 0x49BF6F) is known color: Emerald. HEX triplet: 49, BF and 6F. RGB value is (73,191,111). Sum of RGB (Red+Green+Blue) = 73+191+111=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF6F is #B64090. Grayscale: #929292. Windows color (decimal): -11944081 or 7323465. OLE color: 7323465.
HSL color Cylindrical-coordinate representation of color #49BF6F: hue angle of 139.32º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BF6F is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 111 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.25 |
| HSL | 139.32º | 0.48% | 0.52% | - |
| HSV(B) | 139.32º | 0.62% | 0.75% | - |
| XYZ | 24.25 | 39.83 | 21.45 | - |
| YUV | 146.6 | 107.91 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 111 | 0.62 | 0 | 0.42 | 0.25 | 139.32 | 0.48 | 0.52 |
| Hex | 49 | BF | 6F | 3E | 0 | 2A | 19 | 8B | 30 | 34 |
| Octal | 111 | 277 | 157 | 76 | 0 | 52 | 31 | 213 | 60 | 64 |
| Binary | 1001001 | 10111111 | 1101111 | 111110 | 0 | 101010 | 11001 | 10001011 | 110000 | 110100 |
Color Harmonies of #49BF6F
Complementary color
Monochromatic Colors of #49BF6F
Black with #49BF6F
Text Example
Text Example
White with #49BF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF6F; }
p { color: rgb(73,191,111); }
H1.HeaderClassName
{
color: #49BF6F;
}
.AnyTagClassName
{
color: #49BF6F;
}
</style>
background-color css
<style>
a { background-color: #49BF6F; }
a { background-color: rgb(73,191,111); }
div.DivClassName
{
background-color: #49BF6F;
}
.BgClassName
{
background-color: #49BF6F;
}
</style>
border-color css
<style>
span { border-color: #49BF6F; }
span { border-color: rgb(73,191,111); }
td.TdClassName
{
border-color: #49BF6F;
}
.TagClassName
{
border-color: #49BF6F;
}
</style>