#3E685E

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

Shades of Stromboli #3E685E

Tints of Stromboli #3E685E

Color information

#3E685E (or 0x3E685E) is unknown color: approx Stromboli. HEX triplet: 3E, 68 and 5E. RGB value is (62,104,94). Sum of RGB (Red+Green+Blue) = 62+104+94=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #3E685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E685E is #C197A1. Grayscale: #5A5A5A. Windows color (decimal): -12687266 or 6187070. OLE color: 6187070.

HSL color Cylindrical-coordinate representation of color #3E685E: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E685E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB6210494-
CMYK0.4000.100.59
HSL165.71º25.3%32.55%-
HSV(B)165.71º40.38%40.78%-
XYZ8.9611.7312.38-
YUV90.3130.09107.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 104 (41.02% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=23.85%
G=40%
B=36.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal62104940.4000.100.59165.7125.332.55
Hex3E685E280A3Ba61921
Octal7615013650012732463141
Binary11111011010001011110101000010101110111010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,104,94); }

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

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

 a { background-color: rgb(62,104,94); }

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

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

 span { border-color: rgb(62,104,94); }

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