Shades of Ocean Green #49AD66
Tints of Ocean Green #49AD66
RGB
CMYK
RGB Variations
Color information
#49AD66 (or 0x49AD66) is known color: Ocean Green. HEX triplet: 49, AD and 66. RGB value is (73,173,102). Sum of RGB (Red+Green+Blue) = 73+173+102=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD66 is #B65299. Grayscale: #878787. Windows color (decimal): -11948698 or 6729033. OLE color: 6729033.
HSL color Cylindrical-coordinate representation of color #49AD66: hue angle of 137.4º 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 #49AD66 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 102 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.32 |
| HSL | 137.4º | 0.41% | 0.48% | - |
| HSV(B) | 137.4º | 0.58% | 0.68% | - |
| XYZ | 20.09 | 32.26 | 17.74 | - |
| YUV | 135.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 102 | 0.58 | 0 | 0.41 | 0.32 | 137.4 | 0.41 | 0.48 |
| Hex | 49 | AD | 66 | 3A | 0 | 29 | 20 | 89 | 29 | 30 |
| Octal | 111 | 255 | 146 | 72 | 0 | 51 | 40 | 211 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1100110 | 111010 | 0 | 101001 | 100000 | 10001001 | 101001 | 110000 |
Color Harmonies of #49AD66
Complementary color
Monochromatic Colors of #49AD66
Black with #49AD66
Text Example
Text Example
White with #49AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD66; }
p { color: rgb(73,173,102); }
H1.HeaderClassName
{
color: #49AD66;
}
.AnyTagClassName
{
color: #49AD66;
}
</style>
background-color css
<style>
a { background-color: #49AD66; }
a { background-color: rgb(73,173,102); }
div.DivClassName
{
background-color: #49AD66;
}
.BgClassName
{
background-color: #49AD66;
}
</style>
border-color css
<style>
span { border-color: #49AD66; }
span { border-color: rgb(73,173,102); }
td.TdClassName
{
border-color: #49AD66;
}
.TagClassName
{
border-color: #49AD66;
}
</style>