Shades of Ocean Green #49AB7D
Tints of Ocean Green #49AB7D
RGB
CMYK
RGB Variations
Color information
#49AB7D (or 0x49AB7D) is known color: Ocean Green. HEX triplet: 49, AB and 7D. RGB value is (73,171,125). Sum of RGB (Red+Green+Blue) = 73+171+125=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AB7D is #B65482. Grayscale: #888888. Windows color (decimal): -11949187 or 8235849. OLE color: 8235849.
HSL color Cylindrical-coordinate representation of color #49AB7D: hue angle of 151.84º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB7D is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 125 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.33 |
| HSL | 151.84º | 0.4% | 0.48% | - |
| HSV(B) | 151.84º | 0.57% | 0.67% | - |
| XYZ | 21.01 | 32.02 | 24.48 | - |
| YUV | 136.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 125 | 0.57 | 0 | 0.27 | 0.33 | 151.84 | 0.4 | 0.48 |
| Hex | 49 | AB | 7D | 39 | 0 | 1B | 21 | 98 | 28 | 30 |
| Octal | 111 | 253 | 175 | 71 | 0 | 33 | 41 | 230 | 50 | 60 |
| Binary | 1001001 | 10101011 | 1111101 | 111001 | 0 | 11011 | 100001 | 10011000 | 101000 | 110000 |
Color Harmonies of #49AB7D
Complementary color
Monochromatic Colors of #49AB7D
Black with #49AB7D
Text Example
Text Example
White with #49AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB7D; }
p { color: rgb(73,171,125); }
H1.HeaderClassName
{
color: #49AB7D;
}
.AnyTagClassName
{
color: #49AB7D;
}
</style>
background-color css
<style>
a { background-color: #49AB7D; }
a { background-color: rgb(73,171,125); }
div.DivClassName
{
background-color: #49AB7D;
}
.BgClassName
{
background-color: #49AB7D;
}
</style>
border-color css
<style>
span { border-color: #49AB7D; }
span { border-color: rgb(73,171,125); }
td.TdClassName
{
border-color: #49AB7D;
}
.TagClassName
{
border-color: #49AB7D;
}
</style>