Shades of Ocean Green #49AC77
Tints of Ocean Green #49AC77
RGB
CMYK
RGB Variations
Color information
#49AC77 (or 0x49AC77) is known color: Ocean Green. HEX triplet: 49, AC and 77. RGB value is (73,172,119). Sum of RGB (Red+Green+Blue) = 73+172+119=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC77 is #B65388. Grayscale: #888888. Windows color (decimal): -11948937 or 7842889. OLE color: 7842889.
HSL color Cylindrical-coordinate representation of color #49AC77: hue angle of 147.88º 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 #49AC77 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 119 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.33 |
| HSL | 147.88º | 0.4% | 0.48% | - |
| HSV(B) | 147.88º | 0.58% | 0.67% | - |
| XYZ | 20.83 | 32.25 | 22.58 | - |
| YUV | 136.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 119 | 0.58 | 0 | 0.31 | 0.33 | 147.88 | 0.4 | 0.48 |
| Hex | 49 | AC | 77 | 3A | 0 | 1F | 21 | 94 | 28 | 30 |
| Octal | 111 | 254 | 167 | 72 | 0 | 37 | 41 | 224 | 50 | 60 |
| Binary | 1001001 | 10101100 | 1110111 | 111010 | 0 | 11111 | 100001 | 10010100 | 101000 | 110000 |
Color Harmonies of #49AC77
Complementary color
Monochromatic Colors of #49AC77
Black with #49AC77
Text Example
Text Example
White with #49AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC77; }
p { color: rgb(73,172,119); }
H1.HeaderClassName
{
color: #49AC77;
}
.AnyTagClassName
{
color: #49AC77;
}
</style>
background-color css
<style>
a { background-color: #49AC77; }
a { background-color: rgb(73,172,119); }
div.DivClassName
{
background-color: #49AC77;
}
.BgClassName
{
background-color: #49AC77;
}
</style>
border-color css
<style>
span { border-color: #49AC77; }
span { border-color: rgb(73,172,119); }
td.TdClassName
{
border-color: #49AC77;
}
.TagClassName
{
border-color: #49AC77;
}
</style>