Shades of Ocean Green #49B789
Tints of Ocean Green #49B789
RGB
CMYK
RGB Variations
Color information
#49B789 (or 0x49B789) is known color: Ocean Green. HEX triplet: 49, B7 and 89. RGB value is (73,183,137). Sum of RGB (Red+Green+Blue) = 73+183+137=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #49B789 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B789 is #B64876. Grayscale: #909090. Windows color (decimal): -11946103 or 9025353. OLE color: 9025353.
HSL color Cylindrical-coordinate representation of color #49B789: hue angle of 154.91º 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 #49B789 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 137 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.28 |
| HSL | 154.91º | 0.43% | 0.5% | - |
| HSV(B) | 154.91º | 0.6% | 0.72% | - |
| XYZ | 24.2 | 37.09 | 29.55 | - |
| YUV | 144.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 137 | 0.60 | 0 | 0.25 | 0.28 | 154.91 | 0.43 | 0.5 |
| Hex | 49 | B7 | 89 | 3C | 0 | 19 | 1C | 9B | 2B | 32 |
| Octal | 111 | 267 | 211 | 74 | 0 | 31 | 34 | 233 | 53 | 62 |
| Binary | 1001001 | 10110111 | 10001001 | 111100 | 0 | 11001 | 11100 | 10011011 | 101011 | 110010 |
Color Harmonies of #49B789
Complementary color
Monochromatic Colors of #49B789
Black with #49B789
Text Example
Text Example
White with #49B789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B789; }
p { color: rgb(73,183,137); }
H1.HeaderClassName
{
color: #49B789;
}
.AnyTagClassName
{
color: #49B789;
}
</style>
background-color css
<style>
a { background-color: #49B789; }
a { background-color: rgb(73,183,137); }
div.DivClassName
{
background-color: #49B789;
}
.BgClassName
{
background-color: #49B789;
}
</style>
border-color css
<style>
span { border-color: #49B789; }
span { border-color: rgb(73,183,137); }
td.TdClassName
{
border-color: #49B789;
}
.TagClassName
{
border-color: #49B789;
}
</style>