#3B6156

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

Shades of Stromboli #3B6156

Tints of Stromboli #3B6156

Color information

#3B6156 (or 0x3B6156) is unknown color: approx Stromboli. HEX triplet: 3B, 61 and 56. RGB value is (59,97,86). Sum of RGB (Red+Green+Blue) = 59+97+86=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6156 is #C49EA9. Grayscale: #545454. Windows color (decimal): -12885674 or 5660987. OLE color: 5660987.

HSL color Cylindrical-coordinate representation of color #3B6156: hue angle of 162.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6156 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB599786-
CMYK0.3900.110.62
HSL162.63º24.36%30.59%-
HSV(B)162.63º39.18%38.04%-
XYZ7.7610.1510.35-
YUV84.38128.91109.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=24.38%
G=40.08%
B=35.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997860.3900.110.62162.6324.3630.59
Hex3B6156270B3Ea3181f
Octal7314112647013762433037
Binary1110111100001101011010011101011111110101000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,97,86); }

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

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

 a { background-color: rgb(59,97,86); }

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

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

 span { border-color: rgb(59,97,86); }

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