Shades of Ocean Green #499E73
Tints of Ocean Green #499E73
RGB
CMYK
RGB Variations
Color information
#499E73 (or 0x499E73) is known color: Ocean Green. HEX triplet: 49, 9E and 73. RGB value is (73,158,115). Sum of RGB (Red+Green+Blue) = 73+158+115=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #499E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499E73 is #B6618C. Grayscale: #7F7F7F. Windows color (decimal): -11952525 or 7577161. OLE color: 7577161.
HSL color Cylindrical-coordinate representation of color #499E73: hue angle of 149.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E73 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 158 | 115 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.38 |
| HSL | 149.65º | 0.37% | 0.45% | - |
| HSV(B) | 149.65º | 0.54% | 0.62% | - |
| XYZ | 18.07 | 27.11 | 20.5 | - |
| YUV | 127.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 115 | 0.54 | 0 | 0.27 | 0.38 | 149.65 | 0.37 | 0.45 |
| Hex | 49 | 9E | 73 | 36 | 0 | 1B | 26 | 96 | 25 | 2D |
| Octal | 111 | 236 | 163 | 66 | 0 | 33 | 46 | 226 | 45 | 55 |
| Binary | 1001001 | 10011110 | 1110011 | 110110 | 0 | 11011 | 100110 | 10010110 | 100101 | 101101 |
Color Harmonies of #499E73
Complementary color
Monochromatic Colors of #499E73
Black with #499E73
Text Example
Text Example
White with #499E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499E73; }
p { color: rgb(73,158,115); }
H1.HeaderClassName
{
color: #499E73;
}
.AnyTagClassName
{
color: #499E73;
}
</style>
background-color css
<style>
a { background-color: #499E73; }
a { background-color: rgb(73,158,115); }
div.DivClassName
{
background-color: #499E73;
}
.BgClassName
{
background-color: #499E73;
}
</style>
border-color css
<style>
span { border-color: #499E73; }
span { border-color: rgb(73,158,115); }
td.TdClassName
{
border-color: #499E73;
}
.TagClassName
{
border-color: #499E73;
}
</style>