Shades of Ocean Green #3FA378
Tints of Ocean Green #3FA378
RGB
CMYK
RGB Variations
Color information
#3FA378 (or 0x3FA378) is known color: Ocean Green. HEX triplet: 3F, A3 and 78. RGB value is (63,163,120). Sum of RGB (Red+Green+Blue) = 63+163+120=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA378 is #C05C87. Grayscale: #808080. Windows color (decimal): -12606600 or 7906111. OLE color: 7906111.
HSL color Cylindrical-coordinate representation of color #3FA378: hue angle of 154.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 #3FA378 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 120 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.36 |
| HSL | 154.2º | 0.44% | 0.44% | - |
| HSV(B) | 154.2º | 0.61% | 0.64% | - |
| XYZ | 18.54 | 28.61 | 22.31 | - |
| YUV | 128.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 120 | 0.61 | 0 | 0.26 | 0.36 | 154.2 | 0.44 | 0.44 |
| Hex | 3F | A3 | 78 | 3D | 0 | 1A | 24 | 9A | 2C | 2C |
| Octal | 77 | 243 | 170 | 75 | 0 | 32 | 44 | 232 | 54 | 54 |
| Binary | 111111 | 10100011 | 1111000 | 111101 | 0 | 11010 | 100100 | 10011010 | 101100 | 101100 |
Color Harmonies of #3FA378
Complementary color
Monochromatic Colors of #3FA378
Black with #3FA378
Text Example
Text Example
White with #3FA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA378; }
p { color: rgb(63,163,120); }
H1.HeaderClassName
{
color: #3FA378;
}
.AnyTagClassName
{
color: #3FA378;
}
</style>
background-color css
<style>
a { background-color: #3FA378; }
a { background-color: rgb(63,163,120); }
div.DivClassName
{
background-color: #3FA378;
}
.BgClassName
{
background-color: #3FA378;
}
</style>
border-color css
<style>
span { border-color: #3FA378; }
span { border-color: rgb(63,163,120); }
td.TdClassName
{
border-color: #3FA378;
}
.TagClassName
{
border-color: #3FA378;
}
</style>