#3FA36F

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

Shades of Ocean Green #3FA36F

Tints of Ocean Green #3FA36F

Color information

#3FA36F (or 0x3FA36F) is unknown color: approx Ocean Green. HEX triplet: 3F, A3 and 6F. RGB value is (63,163,111). Sum of RGB (Red+Green+Blue) = 63+163+111=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA36F is #C05C90. Grayscale: #7F7F7F. Windows color (decimal): -12606609 or 7316287. OLE color: 7316287.

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

Color convert

RGB63163111-
CMYK0.6100.320.36
HSL148.8º44.25%44.31%-
HSV(B)148.8º61.35%63.92%-
XYZ18.0228.419.57-
YUV127.17118.8782.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.69%
GREEN value IS 163 (64.06% from 255) = 48.37%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=18.69%
G=48.37%
B=32.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631110.6100.320.36148.844.2544.31
Hex3FA36F3D02024952c2c
Octal7724315775040442255454
Binary111111101000111101111111101010000010010010010101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,163,111); }

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

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

 a { background-color: rgb(63,163,111); }

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

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

 span { border-color: rgb(63,163,111); }

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