Shades of Emerald #49BF7B
Tints of Emerald #49BF7B
RGB
CMYK
RGB Variations
Color information
#49BF7B (or 0x49BF7B) is known color: Emerald. HEX triplet: 49, BF and 7B. RGB value is (73,191,123). Sum of RGB (Red+Green+Blue) = 73+191+123=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49BF7B is #B64084. Grayscale: #949494. Windows color (decimal): -11944069 or 8109897. OLE color: 8109897.
HSL color Cylindrical-coordinate representation of color #49BF7B: hue angle of 145.42º 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 #49BF7B is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 191 | 123 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.25 |
| HSL | 145.42º | 0.48% | 0.52% | - |
| HSV(B) | 145.42º | 0.62% | 0.75% | - |
| XYZ | 24.95 | 40.11 | 25.17 | - |
| YUV | 147.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 191 | 123 | 0.62 | 0 | 0.36 | 0.25 | 145.42 | 0.48 | 0.52 |
| Hex | 49 | BF | 7B | 3E | 0 | 24 | 19 | 91 | 30 | 34 |
| Octal | 111 | 277 | 173 | 76 | 0 | 44 | 31 | 221 | 60 | 64 |
| Binary | 1001001 | 10111111 | 1111011 | 111110 | 0 | 100100 | 11001 | 10010001 | 110000 | 110100 |
Color Harmonies of #49BF7B
Complementary color
Monochromatic Colors of #49BF7B
Black with #49BF7B
Text Example
Text Example
White with #49BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BF7B; }
p { color: rgb(73,191,123); }
H1.HeaderClassName
{
color: #49BF7B;
}
.AnyTagClassName
{
color: #49BF7B;
}
</style>
background-color css
<style>
a { background-color: #49BF7B; }
a { background-color: rgb(73,191,123); }
div.DivClassName
{
background-color: #49BF7B;
}
.BgClassName
{
background-color: #49BF7B;
}
</style>
border-color css
<style>
span { border-color: #49BF7B; }
span { border-color: rgb(73,191,123); }
td.TdClassName
{
border-color: #49BF7B;
}
.TagClassName
{
border-color: #49BF7B;
}
</style>