#3F9C70

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

Shades of Ocean Green #3F9C70

Tints of Ocean Green #3F9C70

Color information

#3F9C70 (or 0x3F9C70) is unknown color: approx Ocean Green. HEX triplet: 3F, 9C and 70. RGB value is (63,156,112). Sum of RGB (Red+Green+Blue) = 63+156+112=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #3F9C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9C70 is #C0638F. Grayscale: #7B7B7B. Windows color (decimal): -12608400 or 7380031. OLE color: 7380031.

HSL color Cylindrical-coordinate representation of color #3F9C70: hue angle of 151.61º 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 #3F9C70 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB63156112-
CMYK0.6000.280.39
HSL151.61º42.47%42.94%-
HSV(B)151.61º59.62%61.18%-
XYZ16.862619.46-
YUV123.18121.6985.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.03%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=19.03%
G=47.13%
B=33.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631561120.6000.280.39151.6142.4742.94
Hex3F9C703C01C27982a2b
Octal7723416074034472305253
Binary11111110011100111000011110001110010011110011000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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