#3D7161

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

Shades of Stromboli #3D7161

Tints of Stromboli #3D7161

Color information

#3D7161 (or 0x3D7161) is unknown color: approx Stromboli. HEX triplet: 3D, 71 and 61. RGB value is (61,113,97). Sum of RGB (Red+Green+Blue) = 61+113+97=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7161 is #C28E9E. Grayscale: #5F5F5F. Windows color (decimal): -12750495 or 6385981. OLE color: 6385981.

HSL color Cylindrical-coordinate representation of color #3D7161: hue angle of 161.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7161 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB6111397-
CMYK0.4600.140.56
HSL161.54º29.89%34.12%-
HSV(B)161.54º46.02%44.31%-
XYZ9.9913.6713.42-
YUV95.63128.77103.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=22.51%
G=41.70%
B=35.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113970.4600.140.56161.5429.8934.12
Hex3D71612E0E38a21e22
Octal7516114156016702423642
Binary11110111100011100001101110011101110001010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,97); }

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

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

 a { background-color: rgb(61,113,97); }

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

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

 span { border-color: rgb(61,113,97); }

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