#3FA372

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

Shades of Ocean Green #3FA372

Tints of Ocean Green #3FA372

Color information

#3FA372 (or 0x3FA372) is unknown color: approx Ocean Green. HEX triplet: 3F, A3 and 72. RGB value is (63,163,114). Sum of RGB (Red+Green+Blue) = 63+163+114=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA372 is #C05C8D. Grayscale: #7F7F7F. Windows color (decimal): -12606606 or 7512895. OLE color: 7512895.

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

Color convert

RGB63163114-
CMYK0.6100.300.36
HSL150.6º44.25%44.31%-
HSV(B)150.6º61.35%63.92%-
XYZ18.1828.4720.46-
YUV127.51120.3781.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=18.53%
G=47.94%
B=33.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631140.6100.300.36150.644.2544.31
Hex3FA3723D01E24972c2c
Octal7724316275036442275454
Binary11111110100011111001011110101111010010010010111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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