Shades of Ocean Green #49976D
Tints of Ocean Green #49976D
RGB
CMYK
RGB Variations
Color information
#49976D (or 0x49976D) is known color: Ocean Green. HEX triplet: 49, 97 and 6D. RGB value is (73,151,109). Sum of RGB (Red+Green+Blue) = 73+151+109=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #49976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49976D is #B66892. Grayscale: #7A7A7A. Windows color (decimal): -11954323 or 7182153. OLE color: 7182153.
HSL color Cylindrical-coordinate representation of color #49976D: hue angle of 147.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49976D is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 109 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.41 |
| HSL | 147.69º | 0.35% | 0.44% | - |
| HSV(B) | 147.69º | 0.52% | 0.59% | - |
| XYZ | 16.57 | 24.65 | 18.35 | - |
| YUV | 122.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 109 | 0.52 | 0 | 0.28 | 0.41 | 147.69 | 0.35 | 0.44 |
| Hex | 49 | 97 | 6D | 34 | 0 | 1C | 29 | 94 | 23 | 2C |
| Octal | 111 | 227 | 155 | 64 | 0 | 34 | 51 | 224 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1101101 | 110100 | 0 | 11100 | 101001 | 10010100 | 100011 | 101100 |
Color Harmonies of #49976D
Complementary color
Monochromatic Colors of #49976D
Black with #49976D
Text Example
Text Example
White with #49976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49976D; }
p { color: rgb(73,151,109); }
H1.HeaderClassName
{
color: #49976D;
}
.AnyTagClassName
{
color: #49976D;
}
</style>
background-color css
<style>
a { background-color: #49976D; }
a { background-color: rgb(73,151,109); }
div.DivClassName
{
background-color: #49976D;
}
.BgClassName
{
background-color: #49976D;
}
</style>
border-color css
<style>
span { border-color: #49976D; }
span { border-color: rgb(73,151,109); }
td.TdClassName
{
border-color: #49976D;
}
.TagClassName
{
border-color: #49976D;
}
</style>