Shades of Ocean Green #49B166
Tints of Ocean Green #49B166
RGB
CMYK
RGB Variations
Color information
#49B166 (or 0x49B166) is known color: Ocean Green. HEX triplet: 49, B1 and 66. RGB value is (73,177,102). Sum of RGB (Red+Green+Blue) = 73+177+102=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #49B166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B166 is #B64E99. Grayscale: #898989. Windows color (decimal): -11947674 or 6730057. OLE color: 6730057.
HSL color Cylindrical-coordinate representation of color #49B166: hue angle of 136.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B166 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 177 | 102 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.31 |
| HSL | 136.73º | 0.42% | 0.49% | - |
| HSV(B) | 136.73º | 0.59% | 0.69% | - |
| XYZ | 20.87 | 33.82 | 18 | - |
| YUV | 137.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 177 | 102 | 0.59 | 0 | 0.42 | 0.31 | 136.73 | 0.42 | 0.49 |
| Hex | 49 | B1 | 66 | 3B | 0 | 2A | 1F | 89 | 2A | 31 |
| Octal | 111 | 261 | 146 | 73 | 0 | 52 | 37 | 211 | 52 | 61 |
| Binary | 1001001 | 10110001 | 1100110 | 111011 | 0 | 101010 | 11111 | 10001001 | 101010 | 110001 |
Color Harmonies of #49B166
Complementary color
Monochromatic Colors of #49B166
Black with #49B166
Text Example
Text Example
White with #49B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B166; }
p { color: rgb(73,177,102); }
H1.HeaderClassName
{
color: #49B166;
}
.AnyTagClassName
{
color: #49B166;
}
</style>
background-color css
<style>
a { background-color: #49B166; }
a { background-color: rgb(73,177,102); }
div.DivClassName
{
background-color: #49B166;
}
.BgClassName
{
background-color: #49B166;
}
</style>
border-color css
<style>
span { border-color: #49B166; }
span { border-color: rgb(73,177,102); }
td.TdClassName
{
border-color: #49B166;
}
.TagClassName
{
border-color: #49B166;
}
</style>