Shades of Ocean Green #49926C
Tints of Ocean Green #49926C
RGB
CMYK
RGB Variations
Color information
#49926C (or 0x49926C) is known color: Ocean Green. HEX triplet: 49, 92 and 6C. RGB value is (73,146,108). Sum of RGB (Red+Green+Blue) = 73+146+108=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #49926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49926C is #B66D93. Grayscale: #777777. Windows color (decimal): -11955604 or 7115337. OLE color: 7115337.
HSL color Cylindrical-coordinate representation of color #49926C: hue angle of 148.77º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49926C is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 108 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.43 |
| HSL | 148.77º | 0.33% | 0.43% | - |
| HSV(B) | 148.77º | 0.5% | 0.57% | - |
| XYZ | 15.73 | 23.06 | 17.81 | - |
| YUV | 119.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 108 | 0.5 | 0 | 0.26 | 0.43 | 148.77 | 0.33 | 0.43 |
| Hex | 49 | 92 | 6C | 32 | 0 | 1A | 2B | 95 | 21 | 2B |
| Octal | 111 | 222 | 154 | 62 | 0 | 32 | 53 | 225 | 41 | 53 |
| Binary | 1001001 | 10010010 | 1101100 | 110010 | 0 | 11010 | 101011 | 10010101 | 100001 | 101011 |
Color Harmonies of #49926C
Complementary color
Monochromatic Colors of #49926C
Black with #49926C
Text Example
Text Example
White with #49926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49926C; }
p { color: rgb(73,146,108); }
H1.HeaderClassName
{
color: #49926C;
}
.AnyTagClassName
{
color: #49926C;
}
</style>
background-color css
<style>
a { background-color: #49926C; }
a { background-color: rgb(73,146,108); }
div.DivClassName
{
background-color: #49926C;
}
.BgClassName
{
background-color: #49926C;
}
</style>
border-color css
<style>
span { border-color: #49926C; }
span { border-color: rgb(73,146,108); }
td.TdClassName
{
border-color: #49926C;
}
.TagClassName
{
border-color: #49926C;
}
</style>