#3D6F61

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

Shades of Stromboli #3D6F61

Tints of Stromboli #3D6F61

Color information

#3D6F61 (or 0x3D6F61) is unknown color: approx Stromboli. HEX triplet: 3D, 6F and 61. RGB value is (61,111,97). Sum of RGB (Red+Green+Blue) = 61+111+97=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #3D6F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6F61 is #C2909E. Grayscale: #5E5E5E. Windows color (decimal): -12751007 or 6385469. OLE color: 6385469.

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

Color convert

RGB6111197-
CMYK0.4500.130.56
HSL163.2º29.07%33.73%-
HSV(B)163.2º45.05%43.53%-
XYZ9.7713.2213.35-
YUV94.45129.44104.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=22.68%
G=41.26%
B=36.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61111970.4500.130.56163.229.0733.73
Hex3D6F612D0D38a31d22
Octal7515714155015702433542
Binary11110111011111100001101101011011110001010001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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