Shades of Ocean Green #49B173
Tints of Ocean Green #49B173
RGB
CMYK
RGB Variations
Color information
#49B173 (or 0x49B173) is known color: Ocean Green. HEX triplet: 49, B1 and 73. RGB value is (73,177,115). Sum of RGB (Red+Green+Blue) = 73+177+115=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #49B173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B173 is #B64E8C. Grayscale: #8A8A8A. Windows color (decimal): -11947661 or 7582025. OLE color: 7582025.
HSL color Cylindrical-coordinate representation of color #49B173: hue angle of 144.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B173 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 115 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.31 |
| HSL | 144.23º | 0.42% | 0.49% | - |
| HSV(B) | 144.23º | 0.59% | 0.69% | - |
| XYZ | 21.56 | 34.1 | 21.66 | - |
| YUV | 138.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 115 | 0.59 | 0 | 0.35 | 0.31 | 144.23 | 0.42 | 0.49 |
| Hex | 49 | B1 | 73 | 3B | 0 | 23 | 1F | 90 | 2A | 31 |
| Octal | 111 | 261 | 163 | 73 | 0 | 43 | 37 | 220 | 52 | 61 |
| Binary | 1001001 | 10110001 | 1110011 | 111011 | 0 | 100011 | 11111 | 10010000 | 101010 | 110001 |
Color Harmonies of #49B173
Complementary color
Monochromatic Colors of #49B173
Black with #49B173
Text Example
Text Example
White with #49B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B173; }
p { color: rgb(73,177,115); }
H1.HeaderClassName
{
color: #49B173;
}
.AnyTagClassName
{
color: #49B173;
}
</style>
background-color css
<style>
a { background-color: #49B173; }
a { background-color: rgb(73,177,115); }
div.DivClassName
{
background-color: #49B173;
}
.BgClassName
{
background-color: #49B173;
}
</style>
border-color css
<style>
span { border-color: #49B173; }
span { border-color: rgb(73,177,115); }
td.TdClassName
{
border-color: #49B173;
}
.TagClassName
{
border-color: #49B173;
}
</style>