#3FA369

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

Shades of Ocean Green #3FA369

Tints of Ocean Green #3FA369

Color information

#3FA369 (or 0x3FA369) is unknown color: approx Ocean Green. HEX triplet: 3F, A3 and 69. RGB value is (63,163,105). Sum of RGB (Red+Green+Blue) = 63+163+105=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA369 is #C05C96. Grayscale: #7E7E7E. Windows color (decimal): -12606615 or 6923071. OLE color: 6923071.

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

Color convert

RGB63163105-
CMYK0.6100.360.36
HSL145.2º44.25%44.31%-
HSV(B)145.2º61.35%63.92%-
XYZ17.728.2717.89-
YUV126.49115.8782.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 163 (64.06% from 255) = 49.24%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=19.03%
G=49.24%
B=31.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631050.6100.360.36145.244.2544.31
Hex3FA3693D02424912c2c
Octal7724315175044442215454
Binary111111101000111101001111101010010010010010010001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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