Shades of Ocean Green #49B581
Tints of Ocean Green #49B581
RGB
CMYK
RGB Variations
Color information
#49B581 (or 0x49B581) is known color: Ocean Green. HEX triplet: 49, B5 and 81. RGB value is (73,181,129). Sum of RGB (Red+Green+Blue) = 73+181+129=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #49B581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B581 is #B64A7E. Grayscale: #8E8E8E. Windows color (decimal): -11946623 or 8500553. OLE color: 8500553.
HSL color Cylindrical-coordinate representation of color #49B581: hue angle of 151.11º 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 #49B581 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 181 | 129 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.29 |
| HSL | 151.11º | 0.43% | 0.5% | - |
| HSV(B) | 151.11º | 0.6% | 0.71% | - |
| XYZ | 23.23 | 36.05 | 26.5 | - |
| YUV | 142.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 181 | 129 | 0.60 | 0 | 0.29 | 0.29 | 151.11 | 0.43 | 0.5 |
| Hex | 49 | B5 | 81 | 3C | 0 | 1D | 1D | 97 | 2B | 32 |
| Octal | 111 | 265 | 201 | 74 | 0 | 35 | 35 | 227 | 53 | 62 |
| Binary | 1001001 | 10110101 | 10000001 | 111100 | 0 | 11101 | 11101 | 10010111 | 101011 | 110010 |
Color Harmonies of #49B581
Complementary color
Monochromatic Colors of #49B581
Black with #49B581
Text Example
Text Example
White with #49B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B581; }
p { color: rgb(73,181,129); }
H1.HeaderClassName
{
color: #49B581;
}
.AnyTagClassName
{
color: #49B581;
}
</style>
background-color css
<style>
a { background-color: #49B581; }
a { background-color: rgb(73,181,129); }
div.DivClassName
{
background-color: #49B581;
}
.BgClassName
{
background-color: #49B581;
}
</style>
border-color css
<style>
span { border-color: #49B581; }
span { border-color: rgb(73,181,129); }
td.TdClassName
{
border-color: #49B581;
}
.TagClassName
{
border-color: #49B581;
}
</style>