Shades of Ocean Green #49B573
Tints of Ocean Green #49B573
RGB
CMYK
RGB Variations
Color information
#49B573 (or 0x49B573) is known color: Ocean Green. HEX triplet: 49, B5 and 73. RGB value is (73,181,115). Sum of RGB (Red+Green+Blue) = 73+181+115=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #49B573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B573 is #B64A8C. Grayscale: #8D8D8D. Windows color (decimal): -11946637 or 7583049. OLE color: 7583049.
HSL color Cylindrical-coordinate representation of color #49B573: hue angle of 143.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B573 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 115 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.29 |
| HSL | 143.33º | 0.43% | 0.5% | - |
| HSV(B) | 143.33º | 0.6% | 0.71% | - |
| XYZ | 22.37 | 35.7 | 21.93 | - |
| YUV | 141.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 115 | 0.60 | 0 | 0.36 | 0.29 | 143.33 | 0.43 | 0.5 |
| Hex | 49 | B5 | 73 | 3C | 0 | 24 | 1D | 8F | 2B | 32 |
| Octal | 111 | 265 | 163 | 74 | 0 | 44 | 35 | 217 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1110011 | 111100 | 0 | 100100 | 11101 | 10001111 | 101011 | 110010 |
Color Harmonies of #49B573
Complementary color
Monochromatic Colors of #49B573
Black with #49B573
Text Example
Text Example
White with #49B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B573; }
p { color: rgb(73,181,115); }
H1.HeaderClassName
{
color: #49B573;
}
.AnyTagClassName
{
color: #49B573;
}
</style>
background-color css
<style>
a { background-color: #49B573; }
a { background-color: rgb(73,181,115); }
div.DivClassName
{
background-color: #49B573;
}
.BgClassName
{
background-color: #49B573;
}
</style>
border-color css
<style>
span { border-color: #49B573; }
span { border-color: rgb(73,181,115); }
td.TdClassName
{
border-color: #49B573;
}
.TagClassName
{
border-color: #49B573;
}
</style>