Shades of Ocean Green #49B388
Tints of Ocean Green #49B388
RGB
CMYK
RGB Variations
Color information
#49B388 (or 0x49B388) is known color: Ocean Green. HEX triplet: 49, B3 and 88. RGB value is (73,179,136). Sum of RGB (Red+Green+Blue) = 73+179+136=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #49B388 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B388 is #B64C77. Grayscale: #8E8E8E. Windows color (decimal): -11947128 or 8958793. OLE color: 8958793.
HSL color Cylindrical-coordinate representation of color #49B388: hue angle of 155.66º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B388 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 136 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.30 |
| HSL | 155.66º | 0.42% | 0.49% | - |
| HSV(B) | 155.66º | 0.59% | 0.7% | - |
| XYZ | 23.31 | 35.43 | 28.9 | - |
| YUV | 142.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 136 | 0.59 | 0 | 0.24 | 0.30 | 155.66 | 0.42 | 0.49 |
| Hex | 49 | B3 | 88 | 3B | 0 | 18 | 1E | 9C | 2A | 31 |
| Octal | 111 | 263 | 210 | 73 | 0 | 30 | 36 | 234 | 52 | 61 |
| Binary | 1001001 | 10110011 | 10001000 | 111011 | 0 | 11000 | 11110 | 10011100 | 101010 | 110001 |
Color Harmonies of #49B388
Complementary color
Monochromatic Colors of #49B388
Black with #49B388
Text Example
Text Example
White with #49B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B388; }
p { color: rgb(73,179,136); }
H1.HeaderClassName
{
color: #49B388;
}
.AnyTagClassName
{
color: #49B388;
}
</style>
background-color css
<style>
a { background-color: #49B388; }
a { background-color: rgb(73,179,136); }
div.DivClassName
{
background-color: #49B388;
}
.BgClassName
{
background-color: #49B388;
}
</style>
border-color css
<style>
span { border-color: #49B388; }
span { border-color: rgb(73,179,136); }
td.TdClassName
{
border-color: #49B388;
}
.TagClassName
{
border-color: #49B388;
}
</style>