Shades of Ocean Green #49A977
Tints of Ocean Green #49A977
RGB
CMYK
RGB Variations
Color information
#49A977 (or 0x49A977) is known color: Ocean Green. HEX triplet: 49, A9 and 77. RGB value is (73,169,119). Sum of RGB (Red+Green+Blue) = 73+169+119=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #49A977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A977 is #B65688. Grayscale: #868686. Windows color (decimal): -11949705 or 7842121. OLE color: 7842121.
HSL color Cylindrical-coordinate representation of color #49A977: hue angle of 148.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A977 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 119 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.34 |
| HSL | 148.75º | 0.4% | 0.47% | - |
| HSV(B) | 148.75º | 0.57% | 0.66% | - |
| XYZ | 20.27 | 31.12 | 22.39 | - |
| YUV | 134.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 119 | 0.57 | 0 | 0.30 | 0.34 | 148.75 | 0.4 | 0.47 |
| Hex | 49 | A9 | 77 | 39 | 0 | 1E | 22 | 95 | 28 | 2F |
| Octal | 111 | 251 | 167 | 71 | 0 | 36 | 42 | 225 | 50 | 57 |
| Binary | 1001001 | 10101001 | 1110111 | 111001 | 0 | 11110 | 100010 | 10010101 | 101000 | 101111 |
Color Harmonies of #49A977
Complementary color
Monochromatic Colors of #49A977
Black with #49A977
Text Example
Text Example
White with #49A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A977; }
p { color: rgb(73,169,119); }
H1.HeaderClassName
{
color: #49A977;
}
.AnyTagClassName
{
color: #49A977;
}
</style>
background-color css
<style>
a { background-color: #49A977; }
a { background-color: rgb(73,169,119); }
div.DivClassName
{
background-color: #49A977;
}
.BgClassName
{
background-color: #49A977;
}
</style>
border-color css
<style>
span { border-color: #49A977; }
span { border-color: rgb(73,169,119); }
td.TdClassName
{
border-color: #49A977;
}
.TagClassName
{
border-color: #49A977;
}
</style>