Shades of Medium Sea Green #49B76B
Tints of Medium Sea Green #49B76B
RGB
CMYK
RGB Variations
Color information
#49B76B (or 0x49B76B) is known color: Medium Sea Green. HEX triplet: 49, B7 and 6B. RGB value is (73,183,107). Sum of RGB (Red+Green+Blue) = 73+183+107=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #49B76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B76B is #B64894. Grayscale: #8D8D8D. Windows color (decimal): -11946133 or 7059273. OLE color: 7059273.
HSL color Cylindrical-coordinate representation of color #49B76B: hue angle of 138.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B76B is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 107 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.28 |
| HSL | 138.55º | 0.43% | 0.5% | - |
| HSV(B) | 138.55º | 0.6% | 0.72% | - |
| XYZ | 22.33 | 36.34 | 19.75 | - |
| YUV | 141.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 107 | 0.60 | 0 | 0.42 | 0.28 | 138.55 | 0.43 | 0.5 |
| Hex | 49 | B7 | 6B | 3C | 0 | 2A | 1C | 8B | 2B | 32 |
| Octal | 111 | 267 | 153 | 74 | 0 | 52 | 34 | 213 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1101011 | 111100 | 0 | 101010 | 11100 | 10001011 | 101011 | 110010 |
Color Harmonies of #49B76B
Complementary color
Monochromatic Colors of #49B76B
Black with #49B76B
Text Example
Text Example
White with #49B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B76B; }
p { color: rgb(73,183,107); }
H1.HeaderClassName
{
color: #49B76B;
}
.AnyTagClassName
{
color: #49B76B;
}
</style>
background-color css
<style>
a { background-color: #49B76B; }
a { background-color: rgb(73,183,107); }
div.DivClassName
{
background-color: #49B76B;
}
.BgClassName
{
background-color: #49B76B;
}
</style>
border-color css
<style>
span { border-color: #49B76B; }
span { border-color: rgb(73,183,107); }
td.TdClassName
{
border-color: #49B76B;
}
.TagClassName
{
border-color: #49B76B;
}
</style>