Shades of Ocean Green #3FA36E
Tints of Ocean Green #3FA36E
RGB
CMYK
RGB Variations
Color information
#3FA36E (or 0x3FA36E) is known color: Ocean Green. HEX triplet: 3F, A3 and 6E. RGB value is (63,163,110). Sum of RGB (Red+Green+Blue) = 63+163+110=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA36E is #C05C91. Grayscale: #7F7F7F. Windows color (decimal): -12606610 or 7250751. OLE color: 7250751.
HSL color Cylindrical-coordinate representation of color #3FA36E: hue angle of 148.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA36E is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 110 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.36 |
| HSL | 148.2º | 0.44% | 0.44% | - |
| HSV(B) | 148.2º | 0.61% | 0.64% | - |
| XYZ | 17.96 | 28.38 | 19.28 | - |
| YUV | 127.06 | 118.37 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 110 | 0.61 | 0 | 0.33 | 0.36 | 148.2 | 0.44 | 0.44 |
| Hex | 3F | A3 | 6E | 3D | 0 | 21 | 24 | 94 | 2C | 2C |
| Octal | 77 | 243 | 156 | 75 | 0 | 41 | 44 | 224 | 54 | 54 |
| Binary | 111111 | 10100011 | 1101110 | 111101 | 0 | 100001 | 100100 | 10010100 | 101100 | 101100 |
Color Harmonies of #3FA36E
Complementary color
Monochromatic Colors of #3FA36E
Black with #3FA36E
Text Example
Text Example
White with #3FA36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA36E; }
p { color: rgb(63,163,110); }
H1.HeaderClassName
{
color: #3FA36E;
}
.AnyTagClassName
{
color: #3FA36E;
}
</style>
background-color css
<style>
a { background-color: #3FA36E; }
a { background-color: rgb(63,163,110); }
div.DivClassName
{
background-color: #3FA36E;
}
.BgClassName
{
background-color: #3FA36E;
}
</style>
border-color css
<style>
span { border-color: #3FA36E; }
span { border-color: rgb(63,163,110); }
td.TdClassName
{
border-color: #3FA36E;
}
.TagClassName
{
border-color: #3FA36E;
}
</style>