Shades of Ocean Green #49B487
Tints of Ocean Green #49B487
RGB
CMYK
RGB Variations
Color information
#49B487 (or 0x49B487) is known color: Ocean Green. HEX triplet: 49, B4 and 87. RGB value is (73,180,135). Sum of RGB (Red+Green+Blue) = 73+180+135=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #49B487 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B487 is #B64B78. Grayscale: #8E8E8E. Windows color (decimal): -11946873 or 8893513. OLE color: 8893513.
HSL color Cylindrical-coordinate representation of color #49B487: hue angle of 154.77º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B487 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 135 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.29 |
| HSL | 154.77º | 0.42% | 0.5% | - |
| HSV(B) | 154.77º | 0.59% | 0.71% | - |
| XYZ | 23.44 | 35.81 | 28.6 | - |
| YUV | 142.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 135 | 0.59 | 0 | 0.25 | 0.29 | 154.77 | 0.42 | 0.5 |
| Hex | 49 | B4 | 87 | 3B | 0 | 19 | 1D | 9B | 2A | 32 |
| Octal | 111 | 264 | 207 | 73 | 0 | 31 | 35 | 233 | 52 | 62 |
| Binary | 1001001 | 10110100 | 10000111 | 111011 | 0 | 11001 | 11101 | 10011011 | 101010 | 110010 |
Color Harmonies of #49B487
Complementary color
Monochromatic Colors of #49B487
Black with #49B487
Text Example
Text Example
White with #49B487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B487; }
p { color: rgb(73,180,135); }
H1.HeaderClassName
{
color: #49B487;
}
.AnyTagClassName
{
color: #49B487;
}
</style>
background-color css
<style>
a { background-color: #49B487; }
a { background-color: rgb(73,180,135); }
div.DivClassName
{
background-color: #49B487;
}
.BgClassName
{
background-color: #49B487;
}
</style>
border-color css
<style>
span { border-color: #49B487; }
span { border-color: rgb(73,180,135); }
td.TdClassName
{
border-color: #49B487;
}
.TagClassName
{
border-color: #49B487;
}
</style>