Shades of Ocean Green #3FA471
Tints of Ocean Green #3FA471
RGB
CMYK
RGB Variations
Color information
#3FA471 (or 0x3FA471) is known color: Ocean Green. HEX triplet: 3F, A4 and 71. RGB value is (63,164,113). Sum of RGB (Red+Green+Blue) = 63+164+113=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA471 is #C05B8E. Grayscale: #808080. Windows color (decimal): -12606351 or 7447615. OLE color: 7447615.
HSL color Cylindrical-coordinate representation of color #3FA471: hue angle of 149.7º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA471 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 113 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.36 |
| HSL | 149.7º | 0.44% | 0.45% | - |
| HSV(B) | 149.7º | 0.62% | 0.64% | - |
| XYZ | 18.31 | 28.8 | 20.22 | - |
| YUV | 127.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 113 | 0.62 | 0 | 0.31 | 0.36 | 149.7 | 0.44 | 0.45 |
| Hex | 3F | A4 | 71 | 3E | 0 | 1F | 24 | 96 | 2C | 2D |
| Octal | 77 | 244 | 161 | 76 | 0 | 37 | 44 | 226 | 54 | 55 |
| Binary | 111111 | 10100100 | 1110001 | 111110 | 0 | 11111 | 100100 | 10010110 | 101100 | 101101 |
Color Harmonies of #3FA471
Complementary color
Monochromatic Colors of #3FA471
Black with #3FA471
Text Example
Text Example
White with #3FA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA471; }
p { color: rgb(63,164,113); }
H1.HeaderClassName
{
color: #3FA471;
}
.AnyTagClassName
{
color: #3FA471;
}
</style>
background-color css
<style>
a { background-color: #3FA471; }
a { background-color: rgb(63,164,113); }
div.DivClassName
{
background-color: #3FA471;
}
.BgClassName
{
background-color: #3FA471;
}
</style>
border-color css
<style>
span { border-color: #3FA471; }
span { border-color: rgb(63,164,113); }
td.TdClassName
{
border-color: #3FA471;
}
.TagClassName
{
border-color: #3FA471;
}
</style>