Shades of Ocean Green #49A46C
Tints of Ocean Green #49A46C
RGB
CMYK
RGB Variations
Color information
#49A46C (or 0x49A46C) is known color: Ocean Green. HEX triplet: 49, A4 and 6C. RGB value is (73,164,108). Sum of RGB (Red+Green+Blue) = 73+164+108=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #49A46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A46C is #B65B93. Grayscale: #828282. Windows color (decimal): -11950996 or 7119945. OLE color: 7119945.
HSL color Cylindrical-coordinate representation of color #49A46C: hue angle of 143.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A46C is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 164 | 108 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.36 |
| HSL | 143.08º | 0.38% | 0.46% | - |
| HSV(B) | 143.08º | 0.55% | 0.64% | - |
| XYZ | 18.73 | 29.05 | 18.81 | - |
| YUV | 130.41 | 115.35 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 108 | 0.55 | 0 | 0.34 | 0.36 | 143.08 | 0.38 | 0.46 |
| Hex | 49 | A4 | 6C | 37 | 0 | 22 | 24 | 8F | 26 | 2E |
| Octal | 111 | 244 | 154 | 67 | 0 | 42 | 44 | 217 | 46 | 56 |
| Binary | 1001001 | 10100100 | 1101100 | 110111 | 0 | 100010 | 100100 | 10001111 | 100110 | 101110 |
Color Harmonies of #49A46C
Complementary color
Monochromatic Colors of #49A46C
Black with #49A46C
Text Example
Text Example
White with #49A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A46C; }
p { color: rgb(73,164,108); }
H1.HeaderClassName
{
color: #49A46C;
}
.AnyTagClassName
{
color: #49A46C;
}
</style>
background-color css
<style>
a { background-color: #49A46C; }
a { background-color: rgb(73,164,108); }
div.DivClassName
{
background-color: #49A46C;
}
.BgClassName
{
background-color: #49A46C;
}
</style>
border-color css
<style>
span { border-color: #49A46C; }
span { border-color: rgb(73,164,108); }
td.TdClassName
{
border-color: #49A46C;
}
.TagClassName
{
border-color: #49A46C;
}
</style>