Shades of Ocean Green #49B685
Tints of Ocean Green #49B685
RGB
CMYK
RGB Variations
Color information
#49B685 (or 0x49B685) is known color: Ocean Green. HEX triplet: 49, B6 and 85. RGB value is (73,182,133). Sum of RGB (Red+Green+Blue) = 73+182+133=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #49B685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B685 is #B6497A. Grayscale: #8F8F8F. Windows color (decimal): -11946363 or 8762953. OLE color: 8762953.
HSL color Cylindrical-coordinate representation of color #49B685: hue angle of 153.03º 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 #49B685 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 133 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.29 |
| HSL | 153.03º | 0.43% | 0.5% | - |
| HSV(B) | 153.03º | 0.6% | 0.71% | - |
| XYZ | 23.71 | 36.57 | 28 | - |
| YUV | 143.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 133 | 0.60 | 0 | 0.27 | 0.29 | 153.03 | 0.43 | 0.5 |
| Hex | 49 | B6 | 85 | 3C | 0 | 1B | 1D | 99 | 2B | 32 |
| Octal | 111 | 266 | 205 | 74 | 0 | 33 | 35 | 231 | 53 | 62 |
| Binary | 1001001 | 10110110 | 10000101 | 111100 | 0 | 11011 | 11101 | 10011001 | 101011 | 110010 |
Color Harmonies of #49B685
Complementary color
Monochromatic Colors of #49B685
Black with #49B685
Text Example
Text Example
White with #49B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B685; }
p { color: rgb(73,182,133); }
H1.HeaderClassName
{
color: #49B685;
}
.AnyTagClassName
{
color: #49B685;
}
</style>
background-color css
<style>
a { background-color: #49B685; }
a { background-color: rgb(73,182,133); }
div.DivClassName
{
background-color: #49B685;
}
.BgClassName
{
background-color: #49B685;
}
</style>
border-color css
<style>
span { border-color: #49B685; }
span { border-color: rgb(73,182,133); }
td.TdClassName
{
border-color: #49B685;
}
.TagClassName
{
border-color: #49B685;
}
</style>