#3B675F

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

Shades of Stromboli #3B675F

Tints of Stromboli #3B675F

Color information

#3B675F (or 0x3B675F) is unknown color: approx Stromboli. HEX triplet: 3B, 67 and 5F. RGB value is (59,103,95). Sum of RGB (Red+Green+Blue) = 59+103+95=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #3B675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B675F is #C498A0. Grayscale: #585858. Windows color (decimal): -12884129 or 6252347. OLE color: 6252347.

HSL color Cylindrical-coordinate representation of color #3B675F: hue angle of 169.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B675F is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB5910395-
CMYK0.4300.080.60
HSL169.09º27.16%31.76%-
HSV(B)169.09º42.72%40.39%-
XYZ8.7211.4612.58-
YUV88.93131.42106.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=22.96%
G=40.08%
B=36.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59103950.4300.080.60169.0927.1631.76
Hex3B675F2B083Ca91b20
Octal7314713753010742513340
Binary11101111001111011111101011010001111001010100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,103,95); }

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

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

 a { background-color: rgb(59,103,95); }

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

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

 span { border-color: rgb(59,103,95); }

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