Shades of Ocean Green #49B584
Tints of Ocean Green #49B584
RGB
CMYK
RGB Variations
Color information
#49B584 (or 0x49B584) is known color: Ocean Green. HEX triplet: 49, B5 and 84. RGB value is (73,181,132). Sum of RGB (Red+Green+Blue) = 73+181+132=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #49B584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B584 is #B64A7B. Grayscale: #8F8F8F. Windows color (decimal): -11946620 or 8697161. OLE color: 8697161.
HSL color Cylindrical-coordinate representation of color #49B584: hue angle of 152.78º 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 #49B584 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 132 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.29 |
| HSL | 152.78º | 0.43% | 0.5% | - |
| HSV(B) | 152.78º | 0.6% | 0.71% | - |
| XYZ | 23.44 | 36.13 | 27.57 | - |
| YUV | 143.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 132 | 0.60 | 0 | 0.27 | 0.29 | 152.78 | 0.43 | 0.5 |
| Hex | 49 | B5 | 84 | 3C | 0 | 1B | 1D | 99 | 2B | 32 |
| Octal | 111 | 265 | 204 | 74 | 0 | 33 | 35 | 231 | 53 | 62 |
| Binary | 1001001 | 10110101 | 10000100 | 111100 | 0 | 11011 | 11101 | 10011001 | 101011 | 110010 |
Color Harmonies of #49B584
Complementary color
Monochromatic Colors of #49B584
Black with #49B584
Text Example
Text Example
White with #49B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B584; }
p { color: rgb(73,181,132); }
H1.HeaderClassName
{
color: #49B584;
}
.AnyTagClassName
{
color: #49B584;
}
</style>
background-color css
<style>
a { background-color: #49B584; }
a { background-color: rgb(73,181,132); }
div.DivClassName
{
background-color: #49B584;
}
.BgClassName
{
background-color: #49B584;
}
</style>
border-color css
<style>
span { border-color: #49B584; }
span { border-color: rgb(73,181,132); }
td.TdClassName
{
border-color: #49B584;
}
.TagClassName
{
border-color: #49B584;
}
</style>