Shades of Ocean Green #49B672
Tints of Ocean Green #49B672
RGB
CMYK
RGB Variations
Color information
#49B672 (or 0x49B672) is known color: Ocean Green. HEX triplet: 49, B6 and 72. RGB value is (73,182,114). Sum of RGB (Red+Green+Blue) = 73+182+114=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #49B672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B672 is #B6498D. Grayscale: #8D8D8D. Windows color (decimal): -11946382 or 7517769. OLE color: 7517769.
HSL color Cylindrical-coordinate representation of color #49B672: hue angle of 142.57º 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 #49B672 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 114 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.29 |
| HSL | 142.57º | 0.43% | 0.5% | - |
| HSV(B) | 142.57º | 0.6% | 0.71% | - |
| XYZ | 22.51 | 36.09 | 21.7 | - |
| YUV | 141.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 114 | 0.60 | 0 | 0.37 | 0.29 | 142.57 | 0.43 | 0.5 |
| Hex | 49 | B6 | 72 | 3C | 0 | 25 | 1D | 8F | 2B | 32 |
| Octal | 111 | 266 | 162 | 74 | 0 | 45 | 35 | 217 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1110010 | 111100 | 0 | 100101 | 11101 | 10001111 | 101011 | 110010 |
Color Harmonies of #49B672
Complementary color
Monochromatic Colors of #49B672
Black with #49B672
Text Example
Text Example
White with #49B672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B672; }
p { color: rgb(73,182,114); }
H1.HeaderClassName
{
color: #49B672;
}
.AnyTagClassName
{
color: #49B672;
}
</style>
background-color css
<style>
a { background-color: #49B672; }
a { background-color: rgb(73,182,114); }
div.DivClassName
{
background-color: #49B672;
}
.BgClassName
{
background-color: #49B672;
}
</style>
border-color css
<style>
span { border-color: #49B672; }
span { border-color: rgb(73,182,114); }
td.TdClassName
{
border-color: #49B672;
}
.TagClassName
{
border-color: #49B672;
}
</style>