#3B715C

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

Shades of Stromboli #3B715C

Tints of Stromboli #3B715C

Color information

#3B715C (or 0x3B715C) is unknown color: approx Stromboli. HEX triplet: 3B, 71 and 5C. RGB value is (59,113,92). Sum of RGB (Red+Green+Blue) = 59+113+92=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #3B715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B715C is #C48EA3. Grayscale: #5E5E5E. Windows color (decimal): -12881572 or 6058299. OLE color: 6058299.

HSL color Cylindrical-coordinate representation of color #3B715C: hue angle of 156.67º 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 #3B715C is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB5911392-
CMYK0.4800.190.56
HSL156.67º31.4%33.73%-
HSV(B)156.67º47.79%44.31%-
XYZ9.6413.5112.23-
YUV94.46126.61102.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=22.35%
G=42.80%
B=34.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59113920.4800.190.56156.6731.433.73
Hex3B715C30013389d1f22
Octal7316113460023702353742
Binary111011111000110111001100000100111110001001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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