#3B6F5B

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

Shades of Stromboli #3B6F5B

Tints of Stromboli #3B6F5B

Color information

#3B6F5B (or 0x3B6F5B) is unknown color: approx Stromboli. HEX triplet: 3B, 6F and 5B. RGB value is (59,111,91). Sum of RGB (Red+Green+Blue) = 59+111+91=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F5B is #C490A4. Grayscale: #5D5D5D. Windows color (decimal): -12882085 or 5992251. OLE color: 5992251.

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

Color convert

RGB5911191-
CMYK0.4700.180.56
HSL156.92º30.59%33.33%-
HSV(B)156.92º46.85%43.53%-
XYZ9.3813.0511.92-
YUV93.17126.77103.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=22.61%
G=42.53%
B=34.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59111910.4700.180.56156.9230.5933.33
Hex3B6F5B2F012389d1f21
Octal7315713357022702353741
Binary111011110111110110111011110100101110001001110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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