Shades of Ocean Green #49976C
Tints of Ocean Green #49976C
RGB
CMYK
RGB Variations
Color information
#49976C (or 0x49976C) is known color: Ocean Green. HEX triplet: 49, 97 and 6C. RGB value is (73,151,108). Sum of RGB (Red+Green+Blue) = 73+151+108=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #49976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49976C is #B66893. Grayscale: #7A7A7A. Windows color (decimal): -11954324 or 7116617. OLE color: 7116617.
HSL color Cylindrical-coordinate representation of color #49976C: hue angle of 146.92º 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 #49976C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 108 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.41 |
| HSL | 146.92º | 0.35% | 0.44% | - |
| HSV(B) | 146.92º | 0.52% | 0.59% | - |
| XYZ | 16.52 | 24.63 | 18.07 | - |
| YUV | 122.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 108 | 0.52 | 0 | 0.28 | 0.41 | 146.92 | 0.35 | 0.44 |
| Hex | 49 | 97 | 6C | 34 | 0 | 1C | 29 | 93 | 23 | 2C |
| Octal | 111 | 227 | 154 | 64 | 0 | 34 | 51 | 223 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1101100 | 110100 | 0 | 11100 | 101001 | 10010011 | 100011 | 101100 |
Color Harmonies of #49976C
Complementary color
Monochromatic Colors of #49976C
Black with #49976C
Text Example
Text Example
White with #49976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49976C; }
p { color: rgb(73,151,108); }
H1.HeaderClassName
{
color: #49976C;
}
.AnyTagClassName
{
color: #49976C;
}
</style>
background-color css
<style>
a { background-color: #49976C; }
a { background-color: rgb(73,151,108); }
div.DivClassName
{
background-color: #49976C;
}
.BgClassName
{
background-color: #49976C;
}
</style>
border-color css
<style>
span { border-color: #49976C; }
span { border-color: rgb(73,151,108); }
td.TdClassName
{
border-color: #49976C;
}
.TagClassName
{
border-color: #49976C;
}
</style>