Shades of Ocean Green #49B477
Tints of Ocean Green #49B477
RGB
CMYK
RGB Variations
Color information
#49B477 (or 0x49B477) is known color: Ocean Green. HEX triplet: 49, B4 and 77. RGB value is (73,180,119). Sum of RGB (Red+Green+Blue) = 73+180+119=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #49B477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B477 is #B64B88. Grayscale: #8D8D8D. Windows color (decimal): -11946889 or 7844937. OLE color: 7844937.
HSL color Cylindrical-coordinate representation of color #49B477: hue angle of 145.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B477 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 119 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.29 |
| HSL | 145.79º | 0.42% | 0.5% | - |
| HSV(B) | 145.79º | 0.59% | 0.71% | - |
| XYZ | 22.4 | 35.39 | 23.1 | - |
| YUV | 141.05 | 115.55 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 119 | 0.59 | 0 | 0.34 | 0.29 | 145.79 | 0.42 | 0.5 |
| Hex | 49 | B4 | 77 | 3B | 0 | 22 | 1D | 92 | 2A | 32 |
| Octal | 111 | 264 | 167 | 73 | 0 | 42 | 35 | 222 | 52 | 62 |
| Binary | 1001001 | 10110100 | 1110111 | 111011 | 0 | 100010 | 11101 | 10010010 | 101010 | 110010 |
Color Harmonies of #49B477
Complementary color
Monochromatic Colors of #49B477
Black with #49B477
Text Example
Text Example
White with #49B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B477; }
p { color: rgb(73,180,119); }
H1.HeaderClassName
{
color: #49B477;
}
.AnyTagClassName
{
color: #49B477;
}
</style>
background-color css
<style>
a { background-color: #49B477; }
a { background-color: rgb(73,180,119); }
div.DivClassName
{
background-color: #49B477;
}
.BgClassName
{
background-color: #49B477;
}
</style>
border-color css
<style>
span { border-color: #49B477; }
span { border-color: rgb(73,180,119); }
td.TdClassName
{
border-color: #49B477;
}
.TagClassName
{
border-color: #49B477;
}
</style>