Shades of Ocean Green #49A171
Tints of Ocean Green #49A171
RGB
CMYK
RGB Variations
Color information
#49A171 (or 0x49A171) is known color: Ocean Green. HEX triplet: 49, A1 and 71. RGB value is (73,161,113). Sum of RGB (Red+Green+Blue) = 73+161+113=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #49A171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A171 is #B65E8E. Grayscale: #818181. Windows color (decimal): -11951759 or 7446857. OLE color: 7446857.
HSL color Cylindrical-coordinate representation of color #49A171: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A171 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 113 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.37 |
| HSL | 147.27º | 0.38% | 0.46% | - |
| HSV(B) | 147.27º | 0.55% | 0.63% | - |
| XYZ | 18.47 | 28.1 | 20.07 | - |
| YUV | 129.22 | 118.85 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 113 | 0.55 | 0 | 0.30 | 0.37 | 147.27 | 0.38 | 0.46 |
| Hex | 49 | A1 | 71 | 37 | 0 | 1E | 25 | 93 | 26 | 2E |
| Octal | 111 | 241 | 161 | 67 | 0 | 36 | 45 | 223 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1110001 | 110111 | 0 | 11110 | 100101 | 10010011 | 100110 | 101110 |
Color Harmonies of #49A171
Complementary color
Monochromatic Colors of #49A171
Black with #49A171
Text Example
Text Example
White with #49A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A171; }
p { color: rgb(73,161,113); }
H1.HeaderClassName
{
color: #49A171;
}
.AnyTagClassName
{
color: #49A171;
}
</style>
background-color css
<style>
a { background-color: #49A171; }
a { background-color: rgb(73,161,113); }
div.DivClassName
{
background-color: #49A171;
}
.BgClassName
{
background-color: #49A171;
}
</style>
border-color css
<style>
span { border-color: #49A171; }
span { border-color: rgb(73,161,113); }
td.TdClassName
{
border-color: #49A171;
}
.TagClassName
{
border-color: #49A171;
}
</style>