Shades of Ocean Green #3FA467
Tints of Ocean Green #3FA467
RGB
CMYK
RGB Variations
Color information
#3FA467 (or 0x3FA467) is known color: Ocean Green. HEX triplet: 3F, A4 and 67. RGB value is (63,164,103). Sum of RGB (Red+Green+Blue) = 63+164+103=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA467 is #C05B98. Grayscale: #7E7E7E. Windows color (decimal): -12606361 or 6792255. OLE color: 6792255.
HSL color Cylindrical-coordinate representation of color #3FA467: hue angle of 143.76º 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 #3FA467 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 103 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.36 |
| HSL | 143.76º | 0.44% | 0.45% | - |
| HSV(B) | 143.76º | 0.62% | 0.64% | - |
| XYZ | 17.77 | 28.59 | 17.41 | - |
| YUV | 126.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 103 | 0.62 | 0 | 0.37 | 0.36 | 143.76 | 0.44 | 0.45 |
| Hex | 3F | A4 | 67 | 3E | 0 | 25 | 24 | 90 | 2C | 2D |
| Octal | 77 | 244 | 147 | 76 | 0 | 45 | 44 | 220 | 54 | 55 |
| Binary | 111111 | 10100100 | 1100111 | 111110 | 0 | 100101 | 100100 | 10010000 | 101100 | 101101 |
Color Harmonies of #3FA467
Complementary color
Monochromatic Colors of #3FA467
Black with #3FA467
Text Example
Text Example
White with #3FA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA467; }
p { color: rgb(63,164,103); }
H1.HeaderClassName
{
color: #3FA467;
}
.AnyTagClassName
{
color: #3FA467;
}
</style>
background-color css
<style>
a { background-color: #3FA467; }
a { background-color: rgb(63,164,103); }
div.DivClassName
{
background-color: #3FA467;
}
.BgClassName
{
background-color: #3FA467;
}
</style>
border-color css
<style>
span { border-color: #3FA467; }
span { border-color: rgb(63,164,103); }
td.TdClassName
{
border-color: #3FA467;
}
.TagClassName
{
border-color: #3FA467;
}
</style>