#3FA36E

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

Shades of Ocean Green #3FA36E

Tints of Ocean Green #3FA36E

Color information

#3FA36E (or 0x3FA36E) is unknown color: approx Ocean Green. HEX triplet: 3F, A3 and 6E. RGB value is (63,163,110). Sum of RGB (Red+Green+Blue) = 63+163+110=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA36E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA36E is #C05C91. Grayscale: #7F7F7F. Windows color (decimal): -12606610 or 7250751. OLE color: 7250751.

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

Color convert

RGB63163110-
CMYK0.6100.330.36
HSL148.2º44.25%44.31%-
HSV(B)148.2º61.35%63.92%-
XYZ17.9628.3819.28-
YUV127.06118.3782.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 163 (64.06% from 255) = 48.51%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=18.75%
G=48.51%
B=32.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631100.6100.330.36148.244.2544.31
Hex3FA36E3D02124942c2c
Octal7724315675041442245454
Binary111111101000111101110111101010000110010010010100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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