Shades of Ocean Green #49B775
Tints of Ocean Green #49B775
RGB
CMYK
RGB Variations
Color information
#49B775 (or 0x49B775) is known color: Ocean Green. HEX triplet: 49, B7 and 75. RGB value is (73,183,117). Sum of RGB (Red+Green+Blue) = 73+183+117=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #49B775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B775 is #B6488A. Grayscale: #8E8E8E. Windows color (decimal): -11946123 or 7714633. OLE color: 7714633.
HSL color Cylindrical-coordinate representation of color #49B775: hue angle of 144º 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 #49B775 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 117 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.28 |
| HSL | 144º | 0.43% | 0.5% | - |
| HSV(B) | 144º | 0.6% | 0.72% | - |
| XYZ | 22.89 | 36.57 | 22.68 | - |
| YUV | 142.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 117 | 0.60 | 0 | 0.36 | 0.28 | 144 | 0.43 | 0.5 |
| Hex | 49 | B7 | 75 | 3C | 0 | 24 | 1C | 90 | 2B | 32 |
| Octal | 111 | 267 | 165 | 74 | 0 | 44 | 34 | 220 | 53 | 62 |
| Binary | 1001001 | 10110111 | 1110101 | 111100 | 0 | 100100 | 11100 | 10010000 | 101011 | 110010 |
Color Harmonies of #49B775
Complementary color
Monochromatic Colors of #49B775
Black with #49B775
Text Example
Text Example
White with #49B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B775; }
p { color: rgb(73,183,117); }
H1.HeaderClassName
{
color: #49B775;
}
.AnyTagClassName
{
color: #49B775;
}
</style>
background-color css
<style>
a { background-color: #49B775; }
a { background-color: rgb(73,183,117); }
div.DivClassName
{
background-color: #49B775;
}
.BgClassName
{
background-color: #49B775;
}
</style>
border-color css
<style>
span { border-color: #49B775; }
span { border-color: rgb(73,183,117); }
td.TdClassName
{
border-color: #49B775;
}
.TagClassName
{
border-color: #49B775;
}
</style>