Shades of Ocean Green #49AA71
Tints of Ocean Green #49AA71
RGB
CMYK
RGB Variations
Color information
#49AA71 (or 0x49AA71) is known color: Ocean Green. HEX triplet: 49, AA and 71. RGB value is (73,170,113). Sum of RGB (Red+Green+Blue) = 73+170+113=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA71 is #B6558E. Grayscale: #868686. Windows color (decimal): -11949455 or 7449161. OLE color: 7449161.
HSL color Cylindrical-coordinate representation of color #49AA71: hue angle of 144.74º 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 #49AA71 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 113 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.33 |
| HSL | 144.74º | 0.4% | 0.48% | - |
| HSV(B) | 144.74º | 0.57% | 0.67% | - |
| XYZ | 20.1 | 31.36 | 20.62 | - |
| YUV | 134.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 113 | 0.57 | 0 | 0.34 | 0.33 | 144.74 | 0.4 | 0.48 |
| Hex | 49 | AA | 71 | 39 | 0 | 22 | 21 | 91 | 28 | 30 |
| Octal | 111 | 252 | 161 | 71 | 0 | 42 | 41 | 221 | 50 | 60 |
| Binary | 1001001 | 10101010 | 1110001 | 111001 | 0 | 100010 | 100001 | 10010001 | 101000 | 110000 |
Color Harmonies of #49AA71
Complementary color
Monochromatic Colors of #49AA71
Black with #49AA71
Text Example
Text Example
White with #49AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA71; }
p { color: rgb(73,170,113); }
H1.HeaderClassName
{
color: #49AA71;
}
.AnyTagClassName
{
color: #49AA71;
}
</style>
background-color css
<style>
a { background-color: #49AA71; }
a { background-color: rgb(73,170,113); }
div.DivClassName
{
background-color: #49AA71;
}
.BgClassName
{
background-color: #49AA71;
}
</style>
border-color css
<style>
span { border-color: #49AA71; }
span { border-color: rgb(73,170,113); }
td.TdClassName
{
border-color: #49AA71;
}
.TagClassName
{
border-color: #49AA71;
}
</style>