Shades of Ocean Green #49A078
Tints of Ocean Green #49A078
RGB
CMYK
RGB Variations
Color information
#49A078 (or 0x49A078) is known color: Ocean Green. HEX triplet: 49, A0 and 78. RGB value is (73,160,120). Sum of RGB (Red+Green+Blue) = 73+160+120=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #49A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A078 is #B65F87. Grayscale: #818181. Windows color (decimal): -11952008 or 7905353. OLE color: 7905353.
HSL color Cylindrical-coordinate representation of color #49A078: hue angle of 152.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A078 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 120 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.37 |
| HSL | 152.41º | 0.37% | 0.46% | - |
| HSV(B) | 152.41º | 0.54% | 0.63% | - |
| XYZ | 18.71 | 27.91 | 22.17 | - |
| YUV | 129.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 120 | 0.54 | 0 | 0.25 | 0.37 | 152.41 | 0.37 | 0.46 |
| Hex | 49 | A0 | 78 | 36 | 0 | 19 | 25 | 98 | 25 | 2E |
| Octal | 111 | 240 | 170 | 66 | 0 | 31 | 45 | 230 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1111000 | 110110 | 0 | 11001 | 100101 | 10011000 | 100101 | 101110 |
Color Harmonies of #49A078
Complementary color
Monochromatic Colors of #49A078
Black with #49A078
Text Example
Text Example
White with #49A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A078; }
p { color: rgb(73,160,120); }
H1.HeaderClassName
{
color: #49A078;
}
.AnyTagClassName
{
color: #49A078;
}
</style>
background-color css
<style>
a { background-color: #49A078; }
a { background-color: rgb(73,160,120); }
div.DivClassName
{
background-color: #49A078;
}
.BgClassName
{
background-color: #49A078;
}
</style>
border-color css
<style>
span { border-color: #49A078; }
span { border-color: rgb(73,160,120); }
td.TdClassName
{
border-color: #49A078;
}
.TagClassName
{
border-color: #49A078;
}
</style>