#3B6155

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

Shades of Stromboli #3B6155

Tints of Stromboli #3B6155

Color information

#3B6155 (or 0x3B6155) is unknown color: approx Stromboli. HEX triplet: 3B, 61 and 55. RGB value is (59,97,85). Sum of RGB (Red+Green+Blue) = 59+97+85=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6155 is #C49EAA. Grayscale: #545454. Windows color (decimal): -12885675 or 5595451. OLE color: 5595451.

HSL color Cylindrical-coordinate representation of color #3B6155: hue angle of 161.05º 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 #3B6155 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB599785-
CMYK0.3900.120.62
HSL161.05º24.36%30.59%-
HSV(B)161.05º39.18%38.04%-
XYZ7.7210.1410.14-
YUV84.27128.41109.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=24.48%
G=40.25%
B=35.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5997850.3900.120.62161.0524.3630.59
Hex3B6155270C3Ea1181f
Octal7314112547014762413037
Binary1110111100001101010110011101100111110101000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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