Shades of Ocean Green #49AC71
Tints of Ocean Green #49AC71
RGB
CMYK
RGB Variations
Color information
#49AC71 (or 0x49AC71) is known color: Ocean Green. HEX triplet: 49, AC and 71. RGB value is (73,172,113). Sum of RGB (Red+Green+Blue) = 73+172+113=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC71 is #B6538E. Grayscale: #878787. Windows color (decimal): -11948943 or 7449673. OLE color: 7449673.
HSL color Cylindrical-coordinate representation of color #49AC71: hue angle of 144.24º 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 #49AC71 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 113 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.33 |
| HSL | 144.24º | 0.4% | 0.48% | - |
| HSV(B) | 144.24º | 0.58% | 0.67% | - |
| XYZ | 20.48 | 32.11 | 20.74 | - |
| YUV | 135.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 113 | 0.58 | 0 | 0.34 | 0.33 | 144.24 | 0.4 | 0.48 |
| Hex | 49 | AC | 71 | 3A | 0 | 22 | 21 | 90 | 28 | 30 |
| Octal | 111 | 254 | 161 | 72 | 0 | 42 | 41 | 220 | 50 | 60 |
| Binary | 1001001 | 10101100 | 1110001 | 111010 | 0 | 100010 | 100001 | 10010000 | 101000 | 110000 |
Color Harmonies of #49AC71
Complementary color
Monochromatic Colors of #49AC71
Black with #49AC71
Text Example
Text Example
White with #49AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC71; }
p { color: rgb(73,172,113); }
H1.HeaderClassName
{
color: #49AC71;
}
.AnyTagClassName
{
color: #49AC71;
}
</style>
background-color css
<style>
a { background-color: #49AC71; }
a { background-color: rgb(73,172,113); }
div.DivClassName
{
background-color: #49AC71;
}
.BgClassName
{
background-color: #49AC71;
}
</style>
border-color css
<style>
span { border-color: #49AC71; }
span { border-color: rgb(73,172,113); }
td.TdClassName
{
border-color: #49AC71;
}
.TagClassName
{
border-color: #49AC71;
}
</style>