Shades of Ocean Green #49B485
Tints of Ocean Green #49B485
RGB
CMYK
RGB Variations
Color information
#49B485 (or 0x49B485) is known color: Ocean Green. HEX triplet: 49, B4 and 85. RGB value is (73,180,133). Sum of RGB (Red+Green+Blue) = 73+180+133=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #49B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B485 is #B64B7A. Grayscale: #8E8E8E. Windows color (decimal): -11946875 or 8762441. OLE color: 8762441.
HSL color Cylindrical-coordinate representation of color #49B485: hue angle of 153.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B485 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 133 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.29 |
| HSL | 153.64º | 0.42% | 0.5% | - |
| HSV(B) | 153.64º | 0.59% | 0.71% | - |
| XYZ | 23.3 | 35.75 | 27.86 | - |
| YUV | 142.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 133 | 0.59 | 0 | 0.26 | 0.29 | 153.64 | 0.42 | 0.5 |
| Hex | 49 | B4 | 85 | 3B | 0 | 1A | 1D | 9A | 2A | 32 |
| Octal | 111 | 264 | 205 | 73 | 0 | 32 | 35 | 232 | 52 | 62 |
| Binary | 1001001 | 10110100 | 10000101 | 111011 | 0 | 11010 | 11101 | 10011010 | 101010 | 110010 |
Color Harmonies of #49B485
Complementary color
Monochromatic Colors of #49B485
Black with #49B485
Text Example
Text Example
White with #49B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B485; }
p { color: rgb(73,180,133); }
H1.HeaderClassName
{
color: #49B485;
}
.AnyTagClassName
{
color: #49B485;
}
</style>
background-color css
<style>
a { background-color: #49B485; }
a { background-color: rgb(73,180,133); }
div.DivClassName
{
background-color: #49B485;
}
.BgClassName
{
background-color: #49B485;
}
</style>
border-color css
<style>
span { border-color: #49B485; }
span { border-color: rgb(73,180,133); }
td.TdClassName
{
border-color: #49B485;
}
.TagClassName
{
border-color: #49B485;
}
</style>