#3F9C6F

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

Shades of Ocean Green #3F9C6F

Tints of Ocean Green #3F9C6F

Color information

#3F9C6F (or 0x3F9C6F) is unknown color: approx Ocean Green. HEX triplet: 3F, 9C and 6F. RGB value is (63,156,111). Sum of RGB (Red+Green+Blue) = 63+156+111=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9C6F is #C06390. Grayscale: #7B7B7B. Windows color (decimal): -12608401 or 7314495. OLE color: 7314495.

HSL color Cylindrical-coordinate representation of color #3F9C6F: hue angle of 150.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9C6F is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB63156111-
CMYK0.6000.290.39
HSL150.97º42.47%42.94%-
HSV(B)150.97º59.62%61.18%-
XYZ16.8125.9819.17-
YUV123.06121.1985.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=19.09%
G=47.27%
B=33.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631561110.6000.290.39150.9742.4742.94
Hex3F9C6F3C01D27972a2b
Octal7723415774035472275253
Binary11111110011100110111111110001110110011110010111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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