Shades of Ocean Green #49B665
Tints of Ocean Green #49B665
RGB
CMYK
RGB Variations
Color information
#49B665 (or 0x49B665) is known color: Ocean Green. HEX triplet: 49, B6 and 65. RGB value is (73,182,101). Sum of RGB (Red+Green+Blue) = 73+182+101=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #49B665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B665 is #B6499A. Grayscale: #8C8C8C. Windows color (decimal): -11946395 or 6665801. OLE color: 6665801.
HSL color Cylindrical-coordinate representation of color #49B665: hue angle of 135.41º 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 #49B665 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 101 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.29 |
| HSL | 135.41º | 0.43% | 0.5% | - |
| HSV(B) | 135.41º | 0.6% | 0.71% | - |
| XYZ | 21.82 | 35.81 | 18.07 | - |
| YUV | 140.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 101 | 0.60 | 0 | 0.45 | 0.29 | 135.41 | 0.43 | 0.5 |
| Hex | 49 | B6 | 65 | 3C | 0 | 2D | 1D | 87 | 2B | 32 |
| Octal | 111 | 266 | 145 | 74 | 0 | 55 | 35 | 207 | 53 | 62 |
| Binary | 1001001 | 10110110 | 1100101 | 111100 | 0 | 101101 | 11101 | 10000111 | 101011 | 110010 |
Color Harmonies of #49B665
Complementary color
Monochromatic Colors of #49B665
Black with #49B665
Text Example
Text Example
White with #49B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B665; }
p { color: rgb(73,182,101); }
H1.HeaderClassName
{
color: #49B665;
}
.AnyTagClassName
{
color: #49B665;
}
</style>
background-color css
<style>
a { background-color: #49B665; }
a { background-color: rgb(73,182,101); }
div.DivClassName
{
background-color: #49B665;
}
.BgClassName
{
background-color: #49B665;
}
</style>
border-color css
<style>
span { border-color: #49B665; }
span { border-color: rgb(73,182,101); }
td.TdClassName
{
border-color: #49B665;
}
.TagClassName
{
border-color: #49B665;
}
</style>