Shades of Ocean Green #49AC7D
Tints of Ocean Green #49AC7D
RGB
CMYK
RGB Variations
Color information
#49AC7D (or 0x49AC7D) is known color: Ocean Green. HEX triplet: 49, AC and 7D. RGB value is (73,172,125). Sum of RGB (Red+Green+Blue) = 73+172+125=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC7D is #B65382. Grayscale: #898989. Windows color (decimal): -11948931 or 8236105. OLE color: 8236105.
HSL color Cylindrical-coordinate representation of color #49AC7D: hue angle of 151.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC7D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 125 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.33 |
| HSL | 151.52º | 0.4% | 0.48% | - |
| HSV(B) | 151.52º | 0.58% | 0.67% | - |
| XYZ | 21.2 | 32.4 | 24.54 | - |
| YUV | 137.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 125 | 0.58 | 0 | 0.27 | 0.33 | 151.52 | 0.4 | 0.48 |
| Hex | 49 | AC | 7D | 3A | 0 | 1B | 21 | 98 | 28 | 30 |
| Octal | 111 | 254 | 175 | 72 | 0 | 33 | 41 | 230 | 50 | 60 |
| Binary | 1001001 | 10101100 | 1111101 | 111010 | 0 | 11011 | 100001 | 10011000 | 101000 | 110000 |
Color Harmonies of #49AC7D
Complementary color
Monochromatic Colors of #49AC7D
Black with #49AC7D
Text Example
Text Example
White with #49AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC7D; }
p { color: rgb(73,172,125); }
H1.HeaderClassName
{
color: #49AC7D;
}
.AnyTagClassName
{
color: #49AC7D;
}
</style>
background-color css
<style>
a { background-color: #49AC7D; }
a { background-color: rgb(73,172,125); }
div.DivClassName
{
background-color: #49AC7D;
}
.BgClassName
{
background-color: #49AC7D;
}
</style>
border-color css
<style>
span { border-color: #49AC7D; }
span { border-color: rgb(73,172,125); }
td.TdClassName
{
border-color: #49AC7D;
}
.TagClassName
{
border-color: #49AC7D;
}
</style>