#3F9F76

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

Shades of Ocean Green #3F9F76

Tints of Ocean Green #3F9F76

Color information

#3F9F76 (or 0x3F9F76) is unknown color: approx Ocean Green. HEX triplet: 3F, 9F and 76. RGB value is (63,159,118). Sum of RGB (Red+Green+Blue) = 63+159+118=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F76 is #C06089. Grayscale: #7D7D7D. Windows color (decimal): -12607626 or 7774015. OLE color: 7774015.

HSL color Cylindrical-coordinate representation of color #3F9F76: hue angle of 154.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F76 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB63159118-
CMYK0.6000.260.38
HSL154.38º43.24%43.53%-
HSV(B)154.38º60.38%62.35%-
XYZ17.7227.1621.45-
YUV125.62123.783.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.53%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=18.53%
G=46.76%
B=34.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631591180.6000.260.38154.3843.2443.53
Hex3F9F763C01A269a2b2c
Octal7723716674032462325354
Binary11111110011111111011011110001101010011010011010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,118); }

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

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

 a { background-color: rgb(63,159,118); }

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

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

 span { border-color: rgb(63,159,118); }

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