#3FA46E

Color #3FA46E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #3FA46E

Tints of Ocean Green #3FA46E

Color information

#3FA46E (or 0x3FA46E) is unknown color: approx Ocean Green. HEX triplet: 3F, A4 and 6E. RGB value is (63,164,110). Sum of RGB (Red+Green+Blue) = 63+164+110=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA46E is #C05B91. Grayscale: #7F7F7F. Windows color (decimal): -12606354 or 7251007. OLE color: 7251007.

HSL color Cylindrical-coordinate representation of color #3FA46E: hue angle of 147.92º 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 #3FA46E is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB63164110-
CMYK0.6200.330.36
HSL147.92º44.49%44.51%-
HSV(B)147.92º61.59%64.31%-
XYZ18.1428.7319.34-
YUV127.65118.0481.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 164 (64.45% from 255) = 48.66%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=18.69%
G=48.66%
B=32.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631641100.6200.330.36147.9244.4944.51
Hex3FA46E3E02124942c2d
Octal7724415676041442245455
Binary111111101001001101110111110010000110010010010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FA46E; }

 p { color: rgb(63,164,110); }

 H1.HeaderClassName
 {
   color: #3FA46E;
 }
 .AnyTagClassName
 {
   color: #3FA46E;
 }
</style>
background-color css

<style>
 a { background-color: #3FA46E; }

 a { background-color: rgb(63,164,110); }

 div.DivClassName
 {
   background-color: #3FA46E;
 }
 .BgClassName
 {
   background-color: #3FA46E;
 }
</style>
border-color css

<style>
 span { border-color: #3FA46E; }

 span { border-color: rgb(63,164,110); }

 td.TdClassName
 {
   border-color: #3FA46E;
 }
 .TagClassName
 {
   border-color: #3FA46E;
 }
</style>