Shades of Ocean Green #499D78
Tints of Ocean Green #499D78
RGB
CMYK
RGB Variations
Color information
#499D78 (or 0x499D78) is known color: Ocean Green. HEX triplet: 49, 9D and 78. RGB value is (73,157,120). Sum of RGB (Red+Green+Blue) = 73+157+120=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #499D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D78 is #B66287. Grayscale: #7F7F7F. Windows color (decimal): -11952776 or 7904585. OLE color: 7904585.
HSL color Cylindrical-coordinate representation of color #499D78: hue angle of 153.57º 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 #499D78 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 120 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.38 |
| HSL | 153.57º | 0.37% | 0.45% | - |
| HSV(B) | 153.57º | 0.54% | 0.62% | - |
| XYZ | 18.19 | 26.89 | 22 | - |
| YUV | 127.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 120 | 0.54 | 0 | 0.24 | 0.38 | 153.57 | 0.37 | 0.45 |
| Hex | 49 | 9D | 78 | 36 | 0 | 18 | 26 | 9A | 25 | 2D |
| Octal | 111 | 235 | 170 | 66 | 0 | 30 | 46 | 232 | 45 | 55 |
| Binary | 1001001 | 10011101 | 1111000 | 110110 | 0 | 11000 | 100110 | 10011010 | 100101 | 101101 |
Color Harmonies of #499D78
Complementary color
Monochromatic Colors of #499D78
Black with #499D78
Text Example
Text Example
White with #499D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D78; }
p { color: rgb(73,157,120); }
H1.HeaderClassName
{
color: #499D78;
}
.AnyTagClassName
{
color: #499D78;
}
</style>
background-color css
<style>
a { background-color: #499D78; }
a { background-color: rgb(73,157,120); }
div.DivClassName
{
background-color: #499D78;
}
.BgClassName
{
background-color: #499D78;
}
</style>
border-color css
<style>
span { border-color: #499D78; }
span { border-color: rgb(73,157,120); }
td.TdClassName
{
border-color: #499D78;
}
.TagClassName
{
border-color: #499D78;
}
</style>