Shades of Ocean Green #49976B
Tints of Ocean Green #49976B
RGB
CMYK
RGB Variations
Color information
#49976B (or 0x49976B) is known color: Ocean Green. HEX triplet: 49, 97 and 6B. RGB value is (73,151,107). Sum of RGB (Red+Green+Blue) = 73+151+107=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #49976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49976B is #B66894. Grayscale: #7A7A7A. Windows color (decimal): -11954325 or 7051081. OLE color: 7051081.
HSL color Cylindrical-coordinate representation of color #49976B: hue angle of 146.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49976B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 151 | 107 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.41 |
| HSL | 146.15º | 0.35% | 0.44% | - |
| HSV(B) | 146.15º | 0.52% | 0.59% | - |
| XYZ | 16.47 | 24.61 | 17.79 | - |
| YUV | 122.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 151 | 107 | 0.52 | 0 | 0.29 | 0.41 | 146.15 | 0.35 | 0.44 |
| Hex | 49 | 97 | 6B | 34 | 0 | 1D | 29 | 92 | 23 | 2C |
| Octal | 111 | 227 | 153 | 64 | 0 | 35 | 51 | 222 | 43 | 54 |
| Binary | 1001001 | 10010111 | 1101011 | 110100 | 0 | 11101 | 101001 | 10010010 | 100011 | 101100 |
Color Harmonies of #49976B
Complementary color
Monochromatic Colors of #49976B
Black with #49976B
Text Example
Text Example
White with #49976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49976B; }
p { color: rgb(73,151,107); }
H1.HeaderClassName
{
color: #49976B;
}
.AnyTagClassName
{
color: #49976B;
}
</style>
background-color css
<style>
a { background-color: #49976B; }
a { background-color: rgb(73,151,107); }
div.DivClassName
{
background-color: #49976B;
}
.BgClassName
{
background-color: #49976B;
}
</style>
border-color css
<style>
span { border-color: #49976B; }
span { border-color: rgb(73,151,107); }
td.TdClassName
{
border-color: #49976B;
}
.TagClassName
{
border-color: #49976B;
}
</style>