#3F7160

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

Shades of Stromboli #3F7160

Tints of Stromboli #3F7160

Color information

#3F7160 (or 0x3F7160) is unknown color: approx Stromboli. HEX triplet: 3F, 71 and 60. RGB value is (63,113,96). Sum of RGB (Red+Green+Blue) = 63+113+96=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7160 is #C08E9F. Grayscale: #606060. Windows color (decimal): -12619424 or 6320447. OLE color: 6320447.

HSL color Cylindrical-coordinate representation of color #3F7160: hue angle of 159.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7160 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB6311396-
CMYK0.4400.150.56
HSL159.6º28.41%34.51%-
HSV(B)159.6º44.25%44.31%-
XYZ10.0713.7113.18-
YUV96.11127.94104.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=23.16%
G=41.54%
B=35.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113960.4400.150.56159.628.4134.51
Hex3F71602C0F38a01c23
Octal7716114054017702403443
Binary11111111100011100000101100011111110001010000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,96); }

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

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

 a { background-color: rgb(63,113,96); }

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

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

 span { border-color: rgb(63,113,96); }

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