Shades of Ocean Green #499F76
Tints of Ocean Green #499F76
RGB
CMYK
RGB Variations
Color information
#499F76 (or 0x499F76) is known color: Ocean Green. HEX triplet: 49, 9F and 76. RGB value is (73,159,118). Sum of RGB (Red+Green+Blue) = 73+159+118=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #499F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F76 is #B66089. Grayscale: #808080. Windows color (decimal): -11952266 or 7774025. OLE color: 7774025.
HSL color Cylindrical-coordinate representation of color #499F76: hue angle of 151.4º 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 #499F76 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 118 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.38 |
| HSL | 151.4º | 0.37% | 0.45% | - |
| HSV(B) | 151.4º | 0.54% | 0.62% | - |
| XYZ | 18.42 | 27.52 | 21.48 | - |
| YUV | 128.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 118 | 0.54 | 0 | 0.26 | 0.38 | 151.4 | 0.37 | 0.45 |
| Hex | 49 | 9F | 76 | 36 | 0 | 1A | 26 | 97 | 25 | 2D |
| Octal | 111 | 237 | 166 | 66 | 0 | 32 | 46 | 227 | 45 | 55 |
| Binary | 1001001 | 10011111 | 1110110 | 110110 | 0 | 11010 | 100110 | 10010111 | 100101 | 101101 |
Color Harmonies of #499F76
Complementary color
Monochromatic Colors of #499F76
Black with #499F76
Text Example
Text Example
White with #499F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F76; }
p { color: rgb(73,159,118); }
H1.HeaderClassName
{
color: #499F76;
}
.AnyTagClassName
{
color: #499F76;
}
</style>
background-color css
<style>
a { background-color: #499F76; }
a { background-color: rgb(73,159,118); }
div.DivClassName
{
background-color: #499F76;
}
.BgClassName
{
background-color: #499F76;
}
</style>
border-color css
<style>
span { border-color: #499F76; }
span { border-color: rgb(73,159,118); }
td.TdClassName
{
border-color: #499F76;
}
.TagClassName
{
border-color: #499F76;
}
</style>