Shades of Ocean Green #49A072
Tints of Ocean Green #49A072
RGB
CMYK
RGB Variations
Color information
#49A072 (or 0x49A072) is known color: Ocean Green. HEX triplet: 49, A0 and 72. RGB value is (73,160,114). Sum of RGB (Red+Green+Blue) = 73+160+114=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #49A072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A072 is #B65F8D. Grayscale: #808080. Windows color (decimal): -11952014 or 7512137. OLE color: 7512137.
HSL color Cylindrical-coordinate representation of color #49A072: hue angle of 148.28º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A072 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 114 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.37 |
| HSL | 148.28º | 0.37% | 0.46% | - |
| HSV(B) | 148.28º | 0.54% | 0.63% | - |
| XYZ | 18.36 | 27.77 | 20.31 | - |
| YUV | 128.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 114 | 0.54 | 0 | 0.29 | 0.37 | 148.28 | 0.37 | 0.46 |
| Hex | 49 | A0 | 72 | 36 | 0 | 1D | 25 | 94 | 25 | 2E |
| Octal | 111 | 240 | 162 | 66 | 0 | 35 | 45 | 224 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1110010 | 110110 | 0 | 11101 | 100101 | 10010100 | 100101 | 101110 |
Color Harmonies of #49A072
Complementary color
Monochromatic Colors of #49A072
Black with #49A072
Text Example
Text Example
White with #49A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A072; }
p { color: rgb(73,160,114); }
H1.HeaderClassName
{
color: #49A072;
}
.AnyTagClassName
{
color: #49A072;
}
</style>
background-color css
<style>
a { background-color: #49A072; }
a { background-color: rgb(73,160,114); }
div.DivClassName
{
background-color: #49A072;
}
.BgClassName
{
background-color: #49A072;
}
</style>
border-color css
<style>
span { border-color: #49A072; }
span { border-color: rgb(73,160,114); }
td.TdClassName
{
border-color: #49A072;
}
.TagClassName
{
border-color: #49A072;
}
</style>