Shades of Ocean Green #49AD78
Tints of Ocean Green #49AD78
RGB
CMYK
RGB Variations
Color information
#49AD78 (or 0x49AD78) is known color: Ocean Green. HEX triplet: 49, AD and 78. RGB value is (73,173,120). Sum of RGB (Red+Green+Blue) = 73+173+120=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD78 is #B65287. Grayscale: #898989. Windows color (decimal): -11948680 or 7908681. OLE color: 7908681.
HSL color Cylindrical-coordinate representation of color #49AD78: hue angle of 148.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD78 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 120 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.32 |
| HSL | 148.2º | 0.41% | 0.48% | - |
| HSV(B) | 148.2º | 0.58% | 0.68% | - |
| XYZ | 21.08 | 32.66 | 22.96 | - |
| YUV | 137.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 120 | 0.58 | 0 | 0.31 | 0.32 | 148.2 | 0.41 | 0.48 |
| Hex | 49 | AD | 78 | 3A | 0 | 1F | 20 | 94 | 29 | 30 |
| Octal | 111 | 255 | 170 | 72 | 0 | 37 | 40 | 224 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1111000 | 111010 | 0 | 11111 | 100000 | 10010100 | 101001 | 110000 |
Color Harmonies of #49AD78
Complementary color
Monochromatic Colors of #49AD78
Black with #49AD78
Text Example
Text Example
White with #49AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD78; }
p { color: rgb(73,173,120); }
H1.HeaderClassName
{
color: #49AD78;
}
.AnyTagClassName
{
color: #49AD78;
}
</style>
background-color css
<style>
a { background-color: #49AD78; }
a { background-color: rgb(73,173,120); }
div.DivClassName
{
background-color: #49AD78;
}
.BgClassName
{
background-color: #49AD78;
}
</style>
border-color css
<style>
span { border-color: #49AD78; }
span { border-color: rgb(73,173,120); }
td.TdClassName
{
border-color: #49AD78;
}
.TagClassName
{
border-color: #49AD78;
}
</style>