Shades of Ocean Green #47996D
Tints of Ocean Green #47996D
RGB
CMYK
RGB Variations
Color information
#47996D (or 0x47996D) is known color: Ocean Green. HEX triplet: 47, 99 and 6D. RGB value is (71,153,109). Sum of RGB (Red+Green+Blue) = 71+153+109=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #47996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47996D is #B86692. Grayscale: #7B7B7B. Windows color (decimal): -12084883 or 7182663. OLE color: 7182663.
HSL color Cylindrical-coordinate representation of color #47996D: hue angle of 147.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47996D is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 109 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.4 |
| HSL | 147.8º | 0.37% | 0.44% | - |
| HSV(B) | 147.8º | 0.54% | 0.6% | - |
| XYZ | 16.75 | 25.23 | 18.45 | - |
| YUV | 123.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 109 | 0.54 | 0 | 0.29 | 0.4 | 147.8 | 0.37 | 0.44 |
| Hex | 47 | 99 | 6D | 36 | 0 | 1D | 28 | 94 | 25 | 2C |
| Octal | 107 | 231 | 155 | 66 | 0 | 35 | 50 | 224 | 45 | 54 |
| Binary | 1000111 | 10011001 | 1101101 | 110110 | 0 | 11101 | 101000 | 10010100 | 100101 | 101100 |
Color Harmonies of #47996D
Complementary color
Monochromatic Colors of #47996D
Black with #47996D
Text Example
Text Example
White with #47996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47996D; }
p { color: rgb(71,153,109); }
H1.HeaderClassName
{
color: #47996D;
}
.AnyTagClassName
{
color: #47996D;
}
</style>
background-color css
<style>
a { background-color: #47996D; }
a { background-color: rgb(71,153,109); }
div.DivClassName
{
background-color: #47996D;
}
.BgClassName
{
background-color: #47996D;
}
</style>
border-color css
<style>
span { border-color: #47996D; }
span { border-color: rgb(71,153,109); }
td.TdClassName
{
border-color: #47996D;
}
.TagClassName
{
border-color: #47996D;
}
</style>