Shades of Ocean Green #49B666
Tints of Ocean Green #49B666
RGB
CMYK
RGB Variations
Color information
#49B666 (or 0x49B666) is known color: Ocean Green. HEX triplet: 49, B6 and 66. RGB value is (73,182,102). Sum of RGB (Red+Green+Blue) = 73+182+102=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #49B666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B666 is #B64999. Grayscale: #8C8C8C. Windows color (decimal): -11946394 or 6731337. OLE color: 6731337.
HSL color Cylindrical-coordinate representation of color #49B666: hue angle of 135.96º 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 #49B666 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 102 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.29 |
| HSL | 135.96º | 0.43% | 0.5% | - |
| HSV(B) | 135.96º | 0.6% | 0.71% | - |
| XYZ | 21.87 | 35.83 | 18.33 | - |
| YUV | 140.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 102 | 0.60 | 0 | 0.44 | 0.29 | 135.96 | 0.43 | 0.5 |
| Hex | 49 | B6 | 66 | 3C | 0 | 2C | 1D | 88 | 2B | 32 |
| Octal | 111 | 266 | 146 | 74 | 0 | 54 | 35 | 210 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1100110 | 111100 | 0 | 101100 | 11101 | 10001000 | 101011 | 110010 |
Color Harmonies of #49B666
Complementary color
Monochromatic Colors of #49B666
Black with #49B666
Text Example
Text Example
White with #49B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B666; }
p { color: rgb(73,182,102); }
H1.HeaderClassName
{
color: #49B666;
}
.AnyTagClassName
{
color: #49B666;
}
</style>
background-color css
<style>
a { background-color: #49B666; }
a { background-color: rgb(73,182,102); }
div.DivClassName
{
background-color: #49B666;
}
.BgClassName
{
background-color: #49B666;
}
</style>
border-color css
<style>
span { border-color: #49B666; }
span { border-color: rgb(73,182,102); }
td.TdClassName
{
border-color: #49B666;
}
.TagClassName
{
border-color: #49B666;
}
</style>