Shades of Ocean Green #49B786
Tints of Ocean Green #49B786
RGB
CMYK
RGB Variations
Color information
#49B786 (or 0x49B786) is known color: Ocean Green. HEX triplet: 49, B7 and 86. RGB value is (73,183,134). Sum of RGB (Red+Green+Blue) = 73+183+134=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #49B786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B786 is #B64879. Grayscale: #909090. Windows color (decimal): -11946106 or 8828745. OLE color: 8828745.
HSL color Cylindrical-coordinate representation of color #49B786: hue angle of 153.27º 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 #49B786 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 134 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.28 |
| HSL | 153.27º | 0.43% | 0.5% | - |
| HSV(B) | 153.27º | 0.6% | 0.72% | - |
| XYZ | 23.98 | 37 | 28.43 | - |
| YUV | 144.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 134 | 0.60 | 0 | 0.27 | 0.28 | 153.27 | 0.43 | 0.5 |
| Hex | 49 | B7 | 86 | 3C | 0 | 1B | 1C | 99 | 2B | 32 |
| Octal | 111 | 267 | 206 | 74 | 0 | 33 | 34 | 231 | 53 | 62 |
| Binary | 1001001 | 10110111 | 10000110 | 111100 | 0 | 11011 | 11100 | 10011001 | 101011 | 110010 |
Color Harmonies of #49B786
Complementary color
Monochromatic Colors of #49B786
Black with #49B786
Text Example
Text Example
White with #49B786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B786; }
p { color: rgb(73,183,134); }
H1.HeaderClassName
{
color: #49B786;
}
.AnyTagClassName
{
color: #49B786;
}
</style>
background-color css
<style>
a { background-color: #49B786; }
a { background-color: rgb(73,183,134); }
div.DivClassName
{
background-color: #49B786;
}
.BgClassName
{
background-color: #49B786;
}
</style>
border-color css
<style>
span { border-color: #49B786; }
span { border-color: rgb(73,183,134); }
td.TdClassName
{
border-color: #49B786;
}
.TagClassName
{
border-color: #49B786;
}
</style>