Shades of Ocean Green #49946E
Tints of Ocean Green #49946E
RGB
CMYK
RGB Variations
Color information
#49946E (or 0x49946E) is known color: Ocean Green. HEX triplet: 49, 94 and 6E. RGB value is (73,148,110). Sum of RGB (Red+Green+Blue) = 73+148+110=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #49946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49946E is #B66B91. Grayscale: #797979. Windows color (decimal): -11955090 or 7246921. OLE color: 7246921.
HSL color Cylindrical-coordinate representation of color #49946E: hue angle of 149.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49946E is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 148 | 110 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.42 |
| HSL | 149.6º | 0.34% | 0.43% | - |
| HSV(B) | 149.6º | 0.51% | 0.58% | - |
| XYZ | 16.15 | 23.72 | 18.48 | - |
| YUV | 121.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 110 | 0.51 | 0 | 0.26 | 0.42 | 149.6 | 0.34 | 0.43 |
| Hex | 49 | 94 | 6E | 33 | 0 | 1A | 2A | 96 | 22 | 2B |
| Octal | 111 | 224 | 156 | 63 | 0 | 32 | 52 | 226 | 42 | 53 |
| Binary | 1001001 | 10010100 | 1101110 | 110011 | 0 | 11010 | 101010 | 10010110 | 100010 | 101011 |
Color Harmonies of #49946E
Complementary color
Monochromatic Colors of #49946E
Black with #49946E
Text Example
Text Example
White with #49946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49946E; }
p { color: rgb(73,148,110); }
H1.HeaderClassName
{
color: #49946E;
}
.AnyTagClassName
{
color: #49946E;
}
</style>
background-color css
<style>
a { background-color: #49946E; }
a { background-color: rgb(73,148,110); }
div.DivClassName
{
background-color: #49946E;
}
.BgClassName
{
background-color: #49946E;
}
</style>
border-color css
<style>
span { border-color: #49946E; }
span { border-color: rgb(73,148,110); }
td.TdClassName
{
border-color: #49946E;
}
.TagClassName
{
border-color: #49946E;
}
</style>