Shades of Ocean Green #3FA46F
Tints of Ocean Green #3FA46F
RGB
CMYK
RGB Variations
Color information
#3FA46F (or 0x3FA46F) is known color: Ocean Green. HEX triplet: 3F, A4 and 6F. RGB value is (63,164,111). Sum of RGB (Red+Green+Blue) = 63+164+111=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA46F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA46F is #C05B90. Grayscale: #7F7F7F. Windows color (decimal): -12606353 or 7316543. OLE color: 7316543.
HSL color Cylindrical-coordinate representation of color #3FA46F: hue angle of 148.51º 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 #3FA46F is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 111 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.36 |
| HSL | 148.51º | 0.44% | 0.45% | - |
| HSV(B) | 148.51º | 0.62% | 0.64% | - |
| XYZ | 18.19 | 28.76 | 19.63 | - |
| YUV | 127.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 111 | 0.62 | 0 | 0.32 | 0.36 | 148.51 | 0.44 | 0.45 |
| Hex | 3F | A4 | 6F | 3E | 0 | 20 | 24 | 95 | 2C | 2D |
| Octal | 77 | 244 | 157 | 76 | 0 | 40 | 44 | 225 | 54 | 55 |
| Binary | 111111 | 10100100 | 1101111 | 111110 | 0 | 100000 | 100100 | 10010101 | 101100 | 101101 |
Color Harmonies of #3FA46F
Complementary color
Monochromatic Colors of #3FA46F
Black with #3FA46F
Text Example
Text Example
White with #3FA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA46F; }
p { color: rgb(63,164,111); }
H1.HeaderClassName
{
color: #3FA46F;
}
.AnyTagClassName
{
color: #3FA46F;
}
</style>
background-color css
<style>
a { background-color: #3FA46F; }
a { background-color: rgb(63,164,111); }
div.DivClassName
{
background-color: #3FA46F;
}
.BgClassName
{
background-color: #3FA46F;
}
</style>
border-color css
<style>
span { border-color: #3FA46F; }
span { border-color: rgb(63,164,111); }
td.TdClassName
{
border-color: #3FA46F;
}
.TagClassName
{
border-color: #3FA46F;
}
</style>