Shades of Ocean Green #49996C
Tints of Ocean Green #49996C
RGB
CMYK
RGB Variations
Color information
#49996C (or 0x49996C) is known color: Ocean Green. HEX triplet: 49, 99 and 6C. RGB value is (73,153,108). Sum of RGB (Red+Green+Blue) = 73+153+108=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #49996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49996C is #B66693. Grayscale: #7C7C7C. Windows color (decimal): -11953812 or 7117129. OLE color: 7117129.
HSL color Cylindrical-coordinate representation of color #49996C: hue angle of 146.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #49996C is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 108 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.4 |
| HSL | 146.25º | 0.35% | 0.44% | - |
| HSV(B) | 146.25º | 0.52% | 0.6% | - |
| XYZ | 16.85 | 25.28 | 18.18 | - |
| YUV | 123.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 108 | 0.52 | 0 | 0.29 | 0.4 | 146.25 | 0.35 | 0.44 |
| Hex | 49 | 99 | 6C | 34 | 0 | 1D | 28 | 92 | 23 | 2C |
| Octal | 111 | 231 | 154 | 64 | 0 | 35 | 50 | 222 | 43 | 54 |
| Binary | 1001001 | 10011001 | 1101100 | 110100 | 0 | 11101 | 101000 | 10010010 | 100011 | 101100 |
Color Harmonies of #49996C
Complementary color
Monochromatic Colors of #49996C
Black with #49996C
Text Example
Text Example
White with #49996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49996C; }
p { color: rgb(73,153,108); }
H1.HeaderClassName
{
color: #49996C;
}
.AnyTagClassName
{
color: #49996C;
}
</style>
background-color css
<style>
a { background-color: #49996C; }
a { background-color: rgb(73,153,108); }
div.DivClassName
{
background-color: #49996C;
}
.BgClassName
{
background-color: #49996C;
}
</style>
border-color css
<style>
span { border-color: #49996C; }
span { border-color: rgb(73,153,108); }
td.TdClassName
{
border-color: #49996C;
}
.TagClassName
{
border-color: #49996C;
}
</style>