Shades of Ocean Green #49956C
Tints of Ocean Green #49956C
RGB
CMYK
RGB Variations
Color information
#49956C (or 0x49956C) is known color: Ocean Green. HEX triplet: 49, 95 and 6C. RGB value is (73,149,108). Sum of RGB (Red+Green+Blue) = 73+149+108=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #49956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49956C is #B66A93. Grayscale: #797979. Windows color (decimal): -11954836 or 7116105. OLE color: 7116105.
HSL color Cylindrical-coordinate representation of color #49956C: hue angle of 147.63º 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 #49956C is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 108 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.42 |
| HSL | 147.63º | 0.34% | 0.44% | - |
| HSV(B) | 147.63º | 0.51% | 0.58% | - |
| XYZ | 16.2 | 23.99 | 17.96 | - |
| YUV | 121.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 108 | 0.51 | 0 | 0.28 | 0.42 | 147.63 | 0.34 | 0.44 |
| Hex | 49 | 95 | 6C | 33 | 0 | 1C | 2A | 94 | 22 | 2C |
| Octal | 111 | 225 | 154 | 63 | 0 | 34 | 52 | 224 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1101100 | 110011 | 0 | 11100 | 101010 | 10010100 | 100010 | 101100 |
Color Harmonies of #49956C
Complementary color
Monochromatic Colors of #49956C
Black with #49956C
Text Example
Text Example
White with #49956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49956C; }
p { color: rgb(73,149,108); }
H1.HeaderClassName
{
color: #49956C;
}
.AnyTagClassName
{
color: #49956C;
}
</style>
background-color css
<style>
a { background-color: #49956C; }
a { background-color: rgb(73,149,108); }
div.DivClassName
{
background-color: #49956C;
}
.BgClassName
{
background-color: #49956C;
}
</style>
border-color css
<style>
span { border-color: #49956C; }
span { border-color: rgb(73,149,108); }
td.TdClassName
{
border-color: #49956C;
}
.TagClassName
{
border-color: #49956C;
}
</style>