Shades of Ocean Green #49AD7D
Tints of Ocean Green #49AD7D
RGB
CMYK
RGB Variations
Color information
#49AD7D (or 0x49AD7D) is known color: Ocean Green. HEX triplet: 49, AD and 7D. RGB value is (73,173,125). Sum of RGB (Red+Green+Blue) = 73+173+125=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD7D is #B65282. Grayscale: #898989. Windows color (decimal): -11948675 or 8236361. OLE color: 8236361.
HSL color Cylindrical-coordinate representation of color #49AD7D: hue angle of 151.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 #49AD7D is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 125 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.32 |
| HSL | 151.2º | 0.41% | 0.48% | - |
| HSV(B) | 151.2º | 0.58% | 0.68% | - |
| XYZ | 21.39 | 32.78 | 24.6 | - |
| YUV | 137.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 125 | 0.58 | 0 | 0.28 | 0.32 | 151.2 | 0.41 | 0.48 |
| Hex | 49 | AD | 7D | 3A | 0 | 1C | 20 | 97 | 29 | 30 |
| Octal | 111 | 255 | 175 | 72 | 0 | 34 | 40 | 227 | 51 | 60 |
| Binary | 1001001 | 10101101 | 1111101 | 111010 | 0 | 11100 | 100000 | 10010111 | 101001 | 110000 |
Color Harmonies of #49AD7D
Complementary color
Monochromatic Colors of #49AD7D
Black with #49AD7D
Text Example
Text Example
White with #49AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD7D; }
p { color: rgb(73,173,125); }
H1.HeaderClassName
{
color: #49AD7D;
}
.AnyTagClassName
{
color: #49AD7D;
}
</style>
background-color css
<style>
a { background-color: #49AD7D; }
a { background-color: rgb(73,173,125); }
div.DivClassName
{
background-color: #49AD7D;
}
.BgClassName
{
background-color: #49AD7D;
}
</style>
border-color css
<style>
span { border-color: #49AD7D; }
span { border-color: rgb(73,173,125); }
td.TdClassName
{
border-color: #49AD7D;
}
.TagClassName
{
border-color: #49AD7D;
}
</style>