Shades of Ocean Green #49A672
Tints of Ocean Green #49A672
RGB
CMYK
RGB Variations
Color information
#49A672 (or 0x49A672) is known color: Ocean Green. HEX triplet: 49, A6 and 72. RGB value is (73,166,114). Sum of RGB (Red+Green+Blue) = 73+166+114=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #49A672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A672 is #B6598D. Grayscale: #848484. Windows color (decimal): -11950478 or 7513673. OLE color: 7513673.
HSL color Cylindrical-coordinate representation of color #49A672: hue angle of 146.45º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A672 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 114 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.35 |
| HSL | 146.45º | 0.39% | 0.47% | - |
| HSV(B) | 146.45º | 0.56% | 0.65% | - |
| XYZ | 19.42 | 29.9 | 20.67 | - |
| YUV | 132.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 114 | 0.56 | 0 | 0.31 | 0.35 | 146.45 | 0.39 | 0.47 |
| Hex | 49 | A6 | 72 | 38 | 0 | 1F | 23 | 92 | 27 | 2F |
| Octal | 111 | 246 | 162 | 70 | 0 | 37 | 43 | 222 | 47 | 57 |
| Binary | 1001001 | 10100110 | 1110010 | 111000 | 0 | 11111 | 100011 | 10010010 | 100111 | 101111 |
Color Harmonies of #49A672
Complementary color
Monochromatic Colors of #49A672
Black with #49A672
Text Example
Text Example
White with #49A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A672; }
p { color: rgb(73,166,114); }
H1.HeaderClassName
{
color: #49A672;
}
.AnyTagClassName
{
color: #49A672;
}
</style>
background-color css
<style>
a { background-color: #49A672; }
a { background-color: rgb(73,166,114); }
div.DivClassName
{
background-color: #49A672;
}
.BgClassName
{
background-color: #49A672;
}
</style>
border-color css
<style>
span { border-color: #49A672; }
span { border-color: rgb(73,166,114); }
td.TdClassName
{
border-color: #49A672;
}
.TagClassName
{
border-color: #49A672;
}
</style>