Shades of Ocean Green #49956F
Tints of Ocean Green #49956F
RGB
CMYK
RGB Variations
Color information
#49956F (or 0x49956F) is known color: Ocean Green. HEX triplet: 49, 95 and 6F. RGB value is (73,149,111). Sum of RGB (Red+Green+Blue) = 73+149+111=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #49956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49956F is #B66A90. Grayscale: #7A7A7A. Windows color (decimal): -11954833 or 7312713. OLE color: 7312713.
HSL color Cylindrical-coordinate representation of color #49956F: hue angle of 150º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49956F is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 111 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.42 |
| HSL | 150º | 0.34% | 0.44% | - |
| HSV(B) | 150º | 0.51% | 0.58% | - |
| XYZ | 16.36 | 24.06 | 18.82 | - |
| YUV | 121.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 111 | 0.51 | 0 | 0.26 | 0.42 | 150 | 0.34 | 0.44 |
| Hex | 49 | 95 | 6F | 33 | 0 | 1A | 2A | 96 | 22 | 2C |
| Octal | 111 | 225 | 157 | 63 | 0 | 32 | 52 | 226 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1101111 | 110011 | 0 | 11010 | 101010 | 10010110 | 100010 | 101100 |
Color Harmonies of #49956F
Complementary color
Monochromatic Colors of #49956F
Black with #49956F
Text Example
Text Example
White with #49956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49956F; }
p { color: rgb(73,149,111); }
H1.HeaderClassName
{
color: #49956F;
}
.AnyTagClassName
{
color: #49956F;
}
</style>
background-color css
<style>
a { background-color: #49956F; }
a { background-color: rgb(73,149,111); }
div.DivClassName
{
background-color: #49956F;
}
.BgClassName
{
background-color: #49956F;
}
</style>
border-color css
<style>
span { border-color: #49956F; }
span { border-color: rgb(73,149,111); }
td.TdClassName
{
border-color: #49956F;
}
.TagClassName
{
border-color: #49956F;
}
</style>