Shades of Ocean Green #49AD6F
Tints of Ocean Green #49AD6F
RGB
CMYK
RGB Variations
Color information
#49AD6F (or 0x49AD6F) is known color: Ocean Green. HEX triplet: 49, AD and 6F. RGB value is (73,173,111). Sum of RGB (Red+Green+Blue) = 73+173+111=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD6F is #B65290. Grayscale: #888888. Windows color (decimal): -11948689 or 7318857. OLE color: 7318857.
HSL color Cylindrical-coordinate representation of color #49AD6F: hue angle of 142.8º 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 #49AD6F is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 111 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.32 |
| HSL | 142.8º | 0.41% | 0.48% | - |
| HSV(B) | 142.8º | 0.58% | 0.68% | - |
| XYZ | 20.56 | 32.45 | 20.22 | - |
| YUV | 136.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 111 | 0.58 | 0 | 0.36 | 0.32 | 142.8 | 0.41 | 0.48 |
| Hex | 49 | AD | 6F | 3A | 0 | 24 | 20 | 8F | 29 | 30 |
| Octal | 111 | 255 | 157 | 72 | 0 | 44 | 40 | 217 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1101111 | 111010 | 0 | 100100 | 100000 | 10001111 | 101001 | 110000 |
Color Harmonies of #49AD6F
Complementary color
Monochromatic Colors of #49AD6F
Black with #49AD6F
Text Example
Text Example
White with #49AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD6F; }
p { color: rgb(73,173,111); }
H1.HeaderClassName
{
color: #49AD6F;
}
.AnyTagClassName
{
color: #49AD6F;
}
</style>
background-color css
<style>
a { background-color: #49AD6F; }
a { background-color: rgb(73,173,111); }
div.DivClassName
{
background-color: #49AD6F;
}
.BgClassName
{
background-color: #49AD6F;
}
</style>
border-color css
<style>
span { border-color: #49AD6F; }
span { border-color: rgb(73,173,111); }
td.TdClassName
{
border-color: #49AD6F;
}
.TagClassName
{
border-color: #49AD6F;
}
</style>