Shades of Ocean Green #499D6C
Tints of Ocean Green #499D6C
RGB
CMYK
RGB Variations
Color information
#499D6C (or 0x499D6C) is known color: Ocean Green. HEX triplet: 49, 9D and 6C. RGB value is (73,157,108). Sum of RGB (Red+Green+Blue) = 73+157+108=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #499D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D6C is #B66293. Grayscale: #7E7E7E. Windows color (decimal): -11952788 or 7118153. OLE color: 7118153.
HSL color Cylindrical-coordinate representation of color #499D6C: hue angle of 145º 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 #499D6C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 108 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.38 |
| HSL | 145º | 0.37% | 0.45% | - |
| HSV(B) | 145º | 0.54% | 0.62% | - |
| XYZ | 17.51 | 26.61 | 18.4 | - |
| YUV | 126.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 108 | 0.54 | 0 | 0.31 | 0.38 | 145 | 0.37 | 0.45 |
| Hex | 49 | 9D | 6C | 36 | 0 | 1F | 26 | 91 | 25 | 2D |
| Octal | 111 | 235 | 154 | 66 | 0 | 37 | 46 | 221 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1101100 | 110110 | 0 | 11111 | 100110 | 10010001 | 100101 | 101101 |
Color Harmonies of #499D6C
Complementary color
Monochromatic Colors of #499D6C
Black with #499D6C
Text Example
Text Example
White with #499D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D6C; }
p { color: rgb(73,157,108); }
H1.HeaderClassName
{
color: #499D6C;
}
.AnyTagClassName
{
color: #499D6C;
}
</style>
background-color css
<style>
a { background-color: #499D6C; }
a { background-color: rgb(73,157,108); }
div.DivClassName
{
background-color: #499D6C;
}
.BgClassName
{
background-color: #499D6C;
}
</style>
border-color css
<style>
span { border-color: #499D6C; }
span { border-color: rgb(73,157,108); }
td.TdClassName
{
border-color: #499D6C;
}
.TagClassName
{
border-color: #499D6C;
}
</style>