Shades of Ocean Green #49AD75
Tints of Ocean Green #49AD75
RGB
CMYK
RGB Variations
Color information
#49AD75 (or 0x49AD75) is known color: Ocean Green. HEX triplet: 49, AD and 75. RGB value is (73,173,117). Sum of RGB (Red+Green+Blue) = 73+173+117=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD75 is #B6528A. Grayscale: #888888. Windows color (decimal): -11948683 or 7712073. OLE color: 7712073.
HSL color Cylindrical-coordinate representation of color #49AD75: hue angle of 146.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 #49AD75 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 117 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.32 |
| HSL | 146.4º | 0.41% | 0.48% | - |
| HSV(B) | 146.4º | 0.58% | 0.68% | - |
| XYZ | 20.9 | 32.59 | 22.02 | - |
| YUV | 136.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 117 | 0.58 | 0 | 0.32 | 0.32 | 146.4 | 0.41 | 0.48 |
| Hex | 49 | AD | 75 | 3A | 0 | 20 | 20 | 92 | 29 | 30 |
| Octal | 111 | 255 | 165 | 72 | 0 | 40 | 40 | 222 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1110101 | 111010 | 0 | 100000 | 100000 | 10010010 | 101001 | 110000 |
Color Harmonies of #49AD75
Complementary color
Monochromatic Colors of #49AD75
Black with #49AD75
Text Example
Text Example
White with #49AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD75; }
p { color: rgb(73,173,117); }
H1.HeaderClassName
{
color: #49AD75;
}
.AnyTagClassName
{
color: #49AD75;
}
</style>
background-color css
<style>
a { background-color: #49AD75; }
a { background-color: rgb(73,173,117); }
div.DivClassName
{
background-color: #49AD75;
}
.BgClassName
{
background-color: #49AD75;
}
</style>
border-color css
<style>
span { border-color: #49AD75; }
span { border-color: rgb(73,173,117); }
td.TdClassName
{
border-color: #49AD75;
}
.TagClassName
{
border-color: #49AD75;
}
</style>