Shades of Ocean Green #49B77C
Tints of Ocean Green #49B77C
RGB
CMYK
RGB Variations
Color information
#49B77C (or 0x49B77C) is known color: Ocean Green. HEX triplet: 49, B7 and 7C. RGB value is (73,183,124). Sum of RGB (Red+Green+Blue) = 73+183+124=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #49B77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B77C is #B64883. Grayscale: #8F8F8F. Windows color (decimal): -11946116 or 8173385. OLE color: 8173385.
HSL color Cylindrical-coordinate representation of color #49B77C: hue angle of 147.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B77C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 124 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.28 |
| HSL | 147.82º | 0.43% | 0.5% | - |
| HSV(B) | 147.82º | 0.6% | 0.72% | - |
| XYZ | 23.32 | 36.74 | 24.93 | - |
| YUV | 143.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 124 | 0.60 | 0 | 0.32 | 0.28 | 147.82 | 0.43 | 0.5 |
| Hex | 49 | B7 | 7C | 3C | 0 | 20 | 1C | 94 | 2B | 32 |
| Octal | 111 | 267 | 174 | 74 | 0 | 40 | 34 | 224 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1111100 | 111100 | 0 | 100000 | 11100 | 10010100 | 101011 | 110010 |
Color Harmonies of #49B77C
Complementary color
Monochromatic Colors of #49B77C
Black with #49B77C
Text Example
Text Example
White with #49B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B77C; }
p { color: rgb(73,183,124); }
H1.HeaderClassName
{
color: #49B77C;
}
.AnyTagClassName
{
color: #49B77C;
}
</style>
background-color css
<style>
a { background-color: #49B77C; }
a { background-color: rgb(73,183,124); }
div.DivClassName
{
background-color: #49B77C;
}
.BgClassName
{
background-color: #49B77C;
}
</style>
border-color css
<style>
span { border-color: #49B77C; }
span { border-color: rgb(73,183,124); }
td.TdClassName
{
border-color: #49B77C;
}
.TagClassName
{
border-color: #49B77C;
}
</style>