Shades of Ocean Green #49B575
Tints of Ocean Green #49B575
RGB
CMYK
RGB Variations
Color information
#49B575 (or 0x49B575) is known color: Ocean Green. HEX triplet: 49, B5 and 75. RGB value is (73,181,117). Sum of RGB (Red+Green+Blue) = 73+181+117=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #49B575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B575 is #B64A8A. Grayscale: #8D8D8D. Windows color (decimal): -11946635 or 7714121. OLE color: 7714121.
HSL color Cylindrical-coordinate representation of color #49B575: hue angle of 144.44º 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 #49B575 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 117 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.29 |
| HSL | 144.44º | 0.43% | 0.5% | - |
| HSV(B) | 144.44º | 0.6% | 0.71% | - |
| XYZ | 22.48 | 35.75 | 22.54 | - |
| YUV | 141.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 117 | 0.60 | 0 | 0.35 | 0.29 | 144.44 | 0.43 | 0.5 |
| Hex | 49 | B5 | 75 | 3C | 0 | 23 | 1D | 90 | 2B | 32 |
| Octal | 111 | 265 | 165 | 74 | 0 | 43 | 35 | 220 | 53 | 62 |
| Binary | 1001001 | 10110101 | 1110101 | 111100 | 0 | 100011 | 11101 | 10010000 | 101011 | 110010 |
Color Harmonies of #49B575
Complementary color
Monochromatic Colors of #49B575
Black with #49B575
Text Example
Text Example
White with #49B575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B575; }
p { color: rgb(73,181,117); }
H1.HeaderClassName
{
color: #49B575;
}
.AnyTagClassName
{
color: #49B575;
}
</style>
background-color css
<style>
a { background-color: #49B575; }
a { background-color: rgb(73,181,117); }
div.DivClassName
{
background-color: #49B575;
}
.BgClassName
{
background-color: #49B575;
}
</style>
border-color css
<style>
span { border-color: #49B575; }
span { border-color: rgb(73,181,117); }
td.TdClassName
{
border-color: #49B575;
}
.TagClassName
{
border-color: #49B575;
}
</style>