Shades of Ocean Green #49A174
Tints of Ocean Green #49A174
RGB
CMYK
RGB Variations
Color information
#49A174 (or 0x49A174) is known color: Ocean Green. HEX triplet: 49, A1 and 74. RGB value is (73,161,116). Sum of RGB (Red+Green+Blue) = 73+161+116=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #49A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A174 is #B65E8B. Grayscale: #818181. Windows color (decimal): -11951756 or 7643465. OLE color: 7643465.
HSL color Cylindrical-coordinate representation of color #49A174: hue angle of 149.32º 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 #49A174 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 116 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.37 |
| HSL | 149.32º | 0.38% | 0.46% | - |
| HSV(B) | 149.32º | 0.55% | 0.63% | - |
| XYZ | 18.64 | 28.17 | 20.98 | - |
| YUV | 129.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 116 | 0.55 | 0 | 0.28 | 0.37 | 149.32 | 0.38 | 0.46 |
| Hex | 49 | A1 | 74 | 37 | 0 | 1C | 25 | 95 | 26 | 2E |
| Octal | 111 | 241 | 164 | 67 | 0 | 34 | 45 | 225 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1110100 | 110111 | 0 | 11100 | 100101 | 10010101 | 100110 | 101110 |
Color Harmonies of #49A174
Complementary color
Monochromatic Colors of #49A174
Black with #49A174
Text Example
Text Example
White with #49A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A174; }
p { color: rgb(73,161,116); }
H1.HeaderClassName
{
color: #49A174;
}
.AnyTagClassName
{
color: #49A174;
}
</style>
background-color css
<style>
a { background-color: #49A174; }
a { background-color: rgb(73,161,116); }
div.DivClassName
{
background-color: #49A174;
}
.BgClassName
{
background-color: #49A174;
}
</style>
border-color css
<style>
span { border-color: #49A174; }
span { border-color: rgb(73,161,116); }
td.TdClassName
{
border-color: #49A174;
}
.TagClassName
{
border-color: #49A174;
}
</style>