#3B6E5B

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

Shades of Stromboli #3B6E5B

Tints of Stromboli #3B6E5B

Color information

#3B6E5B (or 0x3B6E5B) is unknown color: approx Stromboli. HEX triplet: 3B, 6E and 5B. RGB value is (59,110,91). Sum of RGB (Red+Green+Blue) = 59+110+91=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E5B is #C491A4. Grayscale: #5C5C5C. Windows color (decimal): -12882341 or 5991995. OLE color: 5991995.

HSL color Cylindrical-coordinate representation of color #3B6E5B: hue angle of 157.65º 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 #3B6E5B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB5911091-
CMYK0.4600.170.57
HSL157.65º30.18%33.14%-
HSV(B)157.65º46.36%43.14%-
XYZ9.2712.8411.89-
YUV92.58127.1104.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 91 (35.94% from 255) = 35%
R=22.69%
G=42.31%
B=35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110910.4600.170.57157.6530.1833.14
Hex3B6E5B2E011399e1e21
Octal7315613356021712363641
Binary111011110111010110111011100100011110011001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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