Shades of Ocean Green #3FA476
Tints of Ocean Green #3FA476
RGB
CMYK
RGB Variations
Color information
#3FA476 (or 0x3FA476) is known color: Ocean Green. HEX triplet: 3F, A4 and 76. RGB value is (63,164,118). Sum of RGB (Red+Green+Blue) = 63+164+118=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA476 is #C05B89. Grayscale: #808080. Windows color (decimal): -12606346 or 7775295. OLE color: 7775295.
HSL color Cylindrical-coordinate representation of color #3FA476: hue angle of 152.67º 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 #3FA476 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 118 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.36 |
| HSL | 152.67º | 0.44% | 0.45% | - |
| HSV(B) | 152.67º | 0.62% | 0.64% | - |
| XYZ | 18.6 | 28.92 | 21.74 | - |
| YUV | 128.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 118 | 0.62 | 0 | 0.28 | 0.36 | 152.67 | 0.44 | 0.45 |
| Hex | 3F | A4 | 76 | 3E | 0 | 1C | 24 | 99 | 2C | 2D |
| Octal | 77 | 244 | 166 | 76 | 0 | 34 | 44 | 231 | 54 | 55 |
| Binary | 111111 | 10100100 | 1110110 | 111110 | 0 | 11100 | 100100 | 10011001 | 101100 | 101101 |
Color Harmonies of #3FA476
Complementary color
Monochromatic Colors of #3FA476
Black with #3FA476
Text Example
Text Example
White with #3FA476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA476; }
p { color: rgb(63,164,118); }
H1.HeaderClassName
{
color: #3FA476;
}
.AnyTagClassName
{
color: #3FA476;
}
</style>
background-color css
<style>
a { background-color: #3FA476; }
a { background-color: rgb(63,164,118); }
div.DivClassName
{
background-color: #3FA476;
}
.BgClassName
{
background-color: #3FA476;
}
</style>
border-color css
<style>
span { border-color: #3FA476; }
span { border-color: rgb(63,164,118); }
td.TdClassName
{
border-color: #3FA476;
}
.TagClassName
{
border-color: #3FA476;
}
</style>