Shades of Ocean Green #49B576
Tints of Ocean Green #49B576
RGB
CMYK
RGB Variations
Color information
#49B576 (or 0x49B576) is known color: Ocean Green. HEX triplet: 49, B5 and 76. RGB value is (73,181,118). Sum of RGB (Red+Green+Blue) = 73+181+118=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #49B576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B576 is #B64A89. Grayscale: #8D8D8D. Windows color (decimal): -11946634 or 7779657. OLE color: 7779657.
HSL color Cylindrical-coordinate representation of color #49B576: hue angle of 145º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B576 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 118 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.29 |
| HSL | 145º | 0.43% | 0.5% | - |
| HSV(B) | 145º | 0.6% | 0.71% | - |
| XYZ | 22.54 | 35.77 | 22.86 | - |
| YUV | 141.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 118 | 0.60 | 0 | 0.35 | 0.29 | 145 | 0.43 | 0.5 |
| Hex | 49 | B5 | 76 | 3C | 0 | 23 | 1D | 91 | 2B | 32 |
| Octal | 111 | 265 | 166 | 74 | 0 | 43 | 35 | 221 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1110110 | 111100 | 0 | 100011 | 11101 | 10010001 | 101011 | 110010 |
Color Harmonies of #49B576
Complementary color
Monochromatic Colors of #49B576
Black with #49B576
Text Example
Text Example
White with #49B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B576; }
p { color: rgb(73,181,118); }
H1.HeaderClassName
{
color: #49B576;
}
.AnyTagClassName
{
color: #49B576;
}
</style>
background-color css
<style>
a { background-color: #49B576; }
a { background-color: rgb(73,181,118); }
div.DivClassName
{
background-color: #49B576;
}
.BgClassName
{
background-color: #49B576;
}
</style>
border-color css
<style>
span { border-color: #49B576; }
span { border-color: rgb(73,181,118); }
td.TdClassName
{
border-color: #49B576;
}
.TagClassName
{
border-color: #49B576;
}
</style>