#3B6E5D

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

Shades of Stromboli #3B6E5D

Tints of Stromboli #3B6E5D

Color information

#3B6E5D (or 0x3B6E5D) is unknown color: approx Stromboli. HEX triplet: 3B, 6E and 5D. RGB value is (59,110,93). Sum of RGB (Red+Green+Blue) = 59+110+93=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E5D is #C491A2. Grayscale: #5C5C5C. Windows color (decimal): -12882339 or 6123067. OLE color: 6123067.

HSL color Cylindrical-coordinate representation of color #3B6E5D: hue angle of 160º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6E5D is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB5911093-
CMYK0.4600.150.57
HSL160º30.18%33.14%-
HSV(B)160º46.36%43.14%-
XYZ9.3612.8712.35-
YUV92.81128.1103.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 110 (43.36% from 255) = 41.98%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=22.52%
G=41.98%
B=35.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110930.4600.150.5716030.1833.14
Hex3B6E5D2E0F39a01e21
Octal7315613556017712403641
Binary11101111011101011101101110011111110011010000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,93); }

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

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

 a { background-color: rgb(59,110,93); }

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

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

 span { border-color: rgb(59,110,93); }

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