Shades of Ocean Green #49B476
Tints of Ocean Green #49B476
RGB
CMYK
RGB Variations
Color information
#49B476 (or 0x49B476) is known color: Ocean Green. HEX triplet: 49, B4 and 76. RGB value is (73,180,118). Sum of RGB (Red+Green+Blue) = 73+180+118=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #49B476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B476 is #B64B89. Grayscale: #8D8D8D. Windows color (decimal): -11946890 or 7779401. OLE color: 7779401.
HSL color Cylindrical-coordinate representation of color #49B476: hue angle of 145.23º 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 #49B476 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 118 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.29 |
| HSL | 145.23º | 0.42% | 0.5% | - |
| HSV(B) | 145.23º | 0.59% | 0.71% | - |
| XYZ | 22.34 | 35.37 | 22.79 | - |
| YUV | 140.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 118 | 0.59 | 0 | 0.34 | 0.29 | 145.23 | 0.42 | 0.5 |
| Hex | 49 | B4 | 76 | 3B | 0 | 22 | 1D | 91 | 2A | 32 |
| Octal | 111 | 264 | 166 | 73 | 0 | 42 | 35 | 221 | 52 | 62 |
| Binary | 1001001 | 10110100 | 1110110 | 111011 | 0 | 100010 | 11101 | 10010001 | 101010 | 110010 |
Color Harmonies of #49B476
Complementary color
Monochromatic Colors of #49B476
Black with #49B476
Text Example
Text Example
White with #49B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B476; }
p { color: rgb(73,180,118); }
H1.HeaderClassName
{
color: #49B476;
}
.AnyTagClassName
{
color: #49B476;
}
</style>
background-color css
<style>
a { background-color: #49B476; }
a { background-color: rgb(73,180,118); }
div.DivClassName
{
background-color: #49B476;
}
.BgClassName
{
background-color: #49B476;
}
</style>
border-color css
<style>
span { border-color: #49B476; }
span { border-color: rgb(73,180,118); }
td.TdClassName
{
border-color: #49B476;
}
.TagClassName
{
border-color: #49B476;
}
</style>