Shades of Ocean Green #49A068
Tints of Ocean Green #49A068
RGB
CMYK
RGB Variations
Color information
#49A068 (or 0x49A068) is known color: Ocean Green. HEX triplet: 49, A0 and 68. RGB value is (73,160,104). Sum of RGB (Red+Green+Blue) = 73+160+104=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #49A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A068 is #B65F97. Grayscale: #7F7F7F. Windows color (decimal): -11952024 or 6856777. OLE color: 6856777.
HSL color Cylindrical-coordinate representation of color #49A068: hue angle of 141.38º 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 #49A068 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 104 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.37 |
| HSL | 141.38º | 0.37% | 0.46% | - |
| HSV(B) | 141.38º | 0.54% | 0.63% | - |
| XYZ | 17.82 | 27.56 | 17.48 | - |
| YUV | 127.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 104 | 0.54 | 0 | 0.35 | 0.37 | 141.38 | 0.37 | 0.46 |
| Hex | 49 | A0 | 68 | 36 | 0 | 23 | 25 | 8D | 25 | 2E |
| Octal | 111 | 240 | 150 | 66 | 0 | 43 | 45 | 215 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1101000 | 110110 | 0 | 100011 | 100101 | 10001101 | 100101 | 101110 |
Color Harmonies of #49A068
Complementary color
Monochromatic Colors of #49A068
Black with #49A068
Text Example
Text Example
White with #49A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A068; }
p { color: rgb(73,160,104); }
H1.HeaderClassName
{
color: #49A068;
}
.AnyTagClassName
{
color: #49A068;
}
</style>
background-color css
<style>
a { background-color: #49A068; }
a { background-color: rgb(73,160,104); }
div.DivClassName
{
background-color: #49A068;
}
.BgClassName
{
background-color: #49A068;
}
</style>
border-color css
<style>
span { border-color: #49A068; }
span { border-color: rgb(73,160,104); }
td.TdClassName
{
border-color: #49A068;
}
.TagClassName
{
border-color: #49A068;
}
</style>