Shades of Ocean Green #3FA373
Tints of Ocean Green #3FA373
RGB
CMYK
RGB Variations
Color information
#3FA373 (or 0x3FA373) is known color: Ocean Green. HEX triplet: 3F, A3 and 73. RGB value is (63,163,115). Sum of RGB (Red+Green+Blue) = 63+163+115=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA373 is #C05C8C. Grayscale: #7F7F7F. Windows color (decimal): -12606605 or 7578431. OLE color: 7578431.
HSL color Cylindrical-coordinate representation of color #3FA373: hue angle of 151.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 #3FA373 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 115 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.36 |
| HSL | 151.2º | 0.44% | 0.44% | - |
| HSV(B) | 151.2º | 0.61% | 0.64% | - |
| XYZ | 18.24 | 28.49 | 20.76 | - |
| YUV | 127.63 | 120.87 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 115 | 0.61 | 0 | 0.29 | 0.36 | 151.2 | 0.44 | 0.44 |
| Hex | 3F | A3 | 73 | 3D | 0 | 1D | 24 | 97 | 2C | 2C |
| Octal | 77 | 243 | 163 | 75 | 0 | 35 | 44 | 227 | 54 | 54 |
| Binary | 111111 | 10100011 | 1110011 | 111101 | 0 | 11101 | 100100 | 10010111 | 101100 | 101100 |
Color Harmonies of #3FA373
Complementary color
Monochromatic Colors of #3FA373
Black with #3FA373
Text Example
Text Example
White with #3FA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA373; }
p { color: rgb(63,163,115); }
H1.HeaderClassName
{
color: #3FA373;
}
.AnyTagClassName
{
color: #3FA373;
}
</style>
background-color css
<style>
a { background-color: #3FA373; }
a { background-color: rgb(63,163,115); }
div.DivClassName
{
background-color: #3FA373;
}
.BgClassName
{
background-color: #3FA373;
}
</style>
border-color css
<style>
span { border-color: #3FA373; }
span { border-color: rgb(63,163,115); }
td.TdClassName
{
border-color: #3FA373;
}
.TagClassName
{
border-color: #3FA373;
}
</style>