Shades of Ocean Green #499D7A
Tints of Ocean Green #499D7A
RGB
CMYK
RGB Variations
Color information
#499D7A (or 0x499D7A) is known color: Ocean Green. HEX triplet: 49, 9D and 7A. RGB value is (73,157,122). Sum of RGB (Red+Green+Blue) = 73+157+122=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #499D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D7A is #B66285. Grayscale: #7F7F7F. Windows color (decimal): -11952774 or 8035657. OLE color: 8035657.
HSL color Cylindrical-coordinate representation of color #499D7A: hue angle of 155º 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 #499D7A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 122 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.38 |
| HSL | 155º | 0.37% | 0.45% | - |
| HSV(B) | 155º | 0.54% | 0.62% | - |
| XYZ | 18.32 | 26.94 | 22.65 | - |
| YUV | 127.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 122 | 0.54 | 0 | 0.22 | 0.38 | 155 | 0.37 | 0.45 |
| Hex | 49 | 9D | 7A | 36 | 0 | 16 | 26 | 9B | 25 | 2D |
| Octal | 111 | 235 | 172 | 66 | 0 | 26 | 46 | 233 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1111010 | 110110 | 0 | 10110 | 100110 | 10011011 | 100101 | 101101 |
Color Harmonies of #499D7A
Complementary color
Monochromatic Colors of #499D7A
Black with #499D7A
Text Example
Text Example
White with #499D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D7A; }
p { color: rgb(73,157,122); }
H1.HeaderClassName
{
color: #499D7A;
}
.AnyTagClassName
{
color: #499D7A;
}
</style>
background-color css
<style>
a { background-color: #499D7A; }
a { background-color: rgb(73,157,122); }
div.DivClassName
{
background-color: #499D7A;
}
.BgClassName
{
background-color: #499D7A;
}
</style>
border-color css
<style>
span { border-color: #499D7A; }
span { border-color: rgb(73,157,122); }
td.TdClassName
{
border-color: #499D7A;
}
.TagClassName
{
border-color: #499D7A;
}
</style>