Shades of Ocean Green #49B779
Tints of Ocean Green #49B779
RGB
CMYK
RGB Variations
Color information
#49B779 (or 0x49B779) is known color: Ocean Green. HEX triplet: 49, B7 and 79. RGB value is (73,183,121). Sum of RGB (Red+Green+Blue) = 73+183+121=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #49B779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B779 is #B64886. Grayscale: #8F8F8F. Windows color (decimal): -11946119 or 7976777. OLE color: 7976777.
HSL color Cylindrical-coordinate representation of color #49B779: hue angle of 146.18º 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 #49B779 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 121 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.28 |
| HSL | 146.18º | 0.43% | 0.5% | - |
| HSV(B) | 146.18º | 0.6% | 0.72% | - |
| XYZ | 23.13 | 36.66 | 23.95 | - |
| YUV | 143.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 121 | 0.60 | 0 | 0.34 | 0.28 | 146.18 | 0.43 | 0.5 |
| Hex | 49 | B7 | 79 | 3C | 0 | 22 | 1C | 92 | 2B | 32 |
| Octal | 111 | 267 | 171 | 74 | 0 | 42 | 34 | 222 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1111001 | 111100 | 0 | 100010 | 11100 | 10010010 | 101011 | 110010 |
Color Harmonies of #49B779
Complementary color
Monochromatic Colors of #49B779
Black with #49B779
Text Example
Text Example
White with #49B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B779; }
p { color: rgb(73,183,121); }
H1.HeaderClassName
{
color: #49B779;
}
.AnyTagClassName
{
color: #49B779;
}
</style>
background-color css
<style>
a { background-color: #49B779; }
a { background-color: rgb(73,183,121); }
div.DivClassName
{
background-color: #49B779;
}
.BgClassName
{
background-color: #49B779;
}
</style>
border-color css
<style>
span { border-color: #49B779; }
span { border-color: rgb(73,183,121); }
td.TdClassName
{
border-color: #49B779;
}
.TagClassName
{
border-color: #49B779;
}
</style>