Shades of Ocean Green #49B577
Tints of Ocean Green #49B577
RGB
CMYK
RGB Variations
Color information
#49B577 (or 0x49B577) is known color: Ocean Green. HEX triplet: 49, B5 and 77. RGB value is (73,181,119). Sum of RGB (Red+Green+Blue) = 73+181+119=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #49B577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B577 is #B64A88. Grayscale: #8D8D8D. Windows color (decimal): -11946633 or 7845193. OLE color: 7845193.
HSL color Cylindrical-coordinate representation of color #49B577: hue angle of 145.56º 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 #49B577 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 119 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.29 |
| HSL | 145.56º | 0.43% | 0.5% | - |
| HSV(B) | 145.56º | 0.6% | 0.71% | - |
| XYZ | 22.6 | 35.8 | 23.17 | - |
| YUV | 141.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 119 | 0.60 | 0 | 0.34 | 0.29 | 145.56 | 0.43 | 0.5 |
| Hex | 49 | B5 | 77 | 3C | 0 | 22 | 1D | 92 | 2B | 32 |
| Octal | 111 | 265 | 167 | 74 | 0 | 42 | 35 | 222 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1110111 | 111100 | 0 | 100010 | 11101 | 10010010 | 101011 | 110010 |
Color Harmonies of #49B577
Complementary color
Monochromatic Colors of #49B577
Black with #49B577
Text Example
Text Example
White with #49B577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B577; }
p { color: rgb(73,181,119); }
H1.HeaderClassName
{
color: #49B577;
}
.AnyTagClassName
{
color: #49B577;
}
</style>
background-color css
<style>
a { background-color: #49B577; }
a { background-color: rgb(73,181,119); }
div.DivClassName
{
background-color: #49B577;
}
.BgClassName
{
background-color: #49B577;
}
</style>
border-color css
<style>
span { border-color: #49B577; }
span { border-color: rgb(73,181,119); }
td.TdClassName
{
border-color: #49B577;
}
.TagClassName
{
border-color: #49B577;
}
</style>