Shades of Ocean Green #49A06C
Tints of Ocean Green #49A06C
RGB
CMYK
RGB Variations
Color information
#49A06C (or 0x49A06C) is known color: Ocean Green. HEX triplet: 49, A0 and 6C. RGB value is (73,160,108). Sum of RGB (Red+Green+Blue) = 73+160+108=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #49A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A06C is #B65F93. Grayscale: #808080. Windows color (decimal): -11952020 or 7118921. OLE color: 7118921.
HSL color Cylindrical-coordinate representation of color #49A06C: hue angle of 144.14º 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 #49A06C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 108 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.37 |
| HSL | 144.14º | 0.37% | 0.46% | - |
| HSV(B) | 144.14º | 0.54% | 0.63% | - |
| XYZ | 18.03 | 27.64 | 18.57 | - |
| YUV | 128.06 | 116.68 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 108 | 0.54 | 0 | 0.32 | 0.37 | 144.14 | 0.37 | 0.46 |
| Hex | 49 | A0 | 6C | 36 | 0 | 20 | 25 | 90 | 25 | 2E |
| Octal | 111 | 240 | 154 | 66 | 0 | 40 | 45 | 220 | 45 | 56 |
| Binary | 1001001 | 10100000 | 1101100 | 110110 | 0 | 100000 | 100101 | 10010000 | 100101 | 101110 |
Color Harmonies of #49A06C
Complementary color
Monochromatic Colors of #49A06C
Black with #49A06C
Text Example
Text Example
White with #49A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A06C; }
p { color: rgb(73,160,108); }
H1.HeaderClassName
{
color: #49A06C;
}
.AnyTagClassName
{
color: #49A06C;
}
</style>
background-color css
<style>
a { background-color: #49A06C; }
a { background-color: rgb(73,160,108); }
div.DivClassName
{
background-color: #49A06C;
}
.BgClassName
{
background-color: #49A06C;
}
</style>
border-color css
<style>
span { border-color: #49A06C; }
span { border-color: rgb(73,160,108); }
td.TdClassName
{
border-color: #49A06C;
}
.TagClassName
{
border-color: #49A06C;
}
</style>