#3B715E

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

Shades of Stromboli #3B715E

Tints of Stromboli #3B715E

Color information

#3B715E (or 0x3B715E) is unknown color: approx Stromboli. HEX triplet: 3B, 71 and 5E. RGB value is (59,113,94). Sum of RGB (Red+Green+Blue) = 59+113+94=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #3B715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B715E is #C48EA1. Grayscale: #5E5E5E. Windows color (decimal): -12881570 or 6189371. OLE color: 6189371.

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

Color convert

RGB5911394-
CMYK0.4800.170.56
HSL158.89º31.4%33.73%-
HSV(B)158.89º47.79%44.31%-
XYZ9.7313.5512.69-
YUV94.69127.61102.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.18%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=22.18%
G=42.48%
B=35.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113940.4800.170.56158.8931.433.73
Hex3B715E30011389f1f22
Octal7316113660021702373742
Binary111011111000110111101100000100011110001001111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,113,94); }

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

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

 a { background-color: rgb(59,113,94); }

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

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

 span { border-color: rgb(59,113,94); }

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